> Probably because fireworks has a built in menu creator wizard thingy
that generates the html and javascript functions to handle displaying
div's and hiding them..etc...
I've used it myself a few times as a way to learn how to create my own
menu.
Look at the javascript code for the menu...somewhere it will be figuring
out how wide the window is, and using that to relatively position the
drop downs. Maybe you can change the code so it doesn't depend on the
width of the window, but on a hard coded value that could represent the
minimum window width to properly use the menu, (640 or 800)
-----Original Message-----
From: Greg Griffiths [mailto:greg.griffiths@g...]
Sent: Sunday, July 07, 2002 10:25 AM
To: javascript
Subject: [javascript] Re: drop down menu
can you post the code, just wondering why you are doing a HTML drop down
in
Fireworks ?
At 17:35 06/07/02 +0000, you wrote:
>Hi everyone,
>
>I am having trouble with drop down menus. I created a drop down menu
with
>fireworks and tried to insert it into dreamweaver. The drop down menu
is
>working fine. The only thing wrong is when the size of the window
>changes. The drop down menu is no longer aligned with my menu. I keep
>changing the x,y coordinates that doesn't seem to work because changing
>the size of the viewing window changes those coordinates. Can some
give
>me a hand?
>
>Thanks
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramm
e
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramm
e
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramm
e
>r-20
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or
>to unsubscribe send a blank email to
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---
Change your mail options at http://p2p.wrox.com/manager.asp or
to unsubscribe send a blank email to
Thanks for the help guys....I think i'm gonna go with brainjar.com. Looks
simple and effective. But one question though, I've never worked with
DHTML before so just wanted to know how to modify the code? Do i just
saved it as an html file and then import it into my html code in a table?
thanks!