Forum Moderators: not2easy
What is the best way to build a menu that is horizontal like in the image below?
<snip>
(the link expires in a week btw)
The left-side of the sublist needs to align with the parent list plus it needs to be accessible (but I don't mind using a bit of javascript - via JQuery for example - to make the :hover work in IE6).
I also don't mind paying for a pre-built system as I'm seriously low on time!
Can anyone point me to a resource?
Thanks
osu
[edited by: swa66 at 9:56 am (utc) on Feb. 20, 2009]
[edit reason] No personal links, please see ToS and forum charter [/edit]
From your description you might be looking for a dropdown menu.
To give you a keyword to search on "Suckerfish" or "Son of Suckerfish" will lead you to examples.
A tiny bit of Javascript should be enough to get IE6 in line [you need a hover on an <li>] (or you could teach IE6 abit more in one go with IE7.js)
I need the navigation like so (capitals is the active link - ignore the nbsp's, just put those in so you can see I need the actual layout):
___________________________________________
¦ Home ¦ About ¦ NEWS ¦ Contact ¦
___________________________________________
¦ News 1 ¦ NEWS 2 ¦ News 3 ¦ Does that make better sense? Basically, I need the second level navigation to be horizontal and inline with the parent ul li (haven't been able to do it that way with suckerfish though).
Thanks