Click to See Complete Forum and Search --> : HTML Drop Down Navigation


lhaworld
07-07-2003, 02:38 PM
Hi,

I was searching the web to figure out how to create HTML drop down navigation in Dreamweaver 3.0 (not the menu bars in forms). I found a site that has something similar but I can't make heads or tails of the code. See link example.

http://www.katsueydesignworks.com/cgi_dropdownmenu.htm

Scroll over Web Design and Services to see what I'm going for.

Is this DHTML? Is it even possible with Dreamweaver 3? Or will I need Dreamweaver MX?

Thanks!:confused:

David Harrison
07-07-2003, 03:12 PM
From what I can gather they have created the menu so that it is always there but have used CSS to make each cell hidden.
Then when the mouse is rolled over the appropriate link a javascript function is run that makes the cell not hidden so as to give the appearence of the drop down menu that you see.