-
1 Attachment(s)
[Resolved] Dynamic menu
I'm working on a new site and im trying to make a navigation menu using css & javascript, ive attached the code ive got so far, ive been testing using ff2 and ie7, and the main problem is that the submenu's dissapear when you move off of the first entry :confused:
theres a small bug in ie too, the submenus appear a few pixels too high, im guessing this is because ie doesnt render css properly, a workaround would be appreciated
ive renamed the file from .htm to .txt as the forums dont allow uploading of html files (why is that?)
-
Re: Dynamic menu
Just a tip, you're using Javascript to do stuff that CSS can do.
Here is an example of how to accomplish what you're doing using nothing but CSS:
http://www.seoconsultants.com/css/menus/horizontal/
-
Re: Dynamic menu
Ah... interesting, looks like im going to have to up my css knowledge to understand that but it seems the perfect solution :thumb: