CSS Library: Horizontal CSS Menus: Here
jQuery Multi Level CSS Menu #1
Author: Dynamic Drive
This is a multi-level horizontal CSS menu created using a regular nested HTML list only as far as markup, then transformed into a fully functional drop down menu using CSS and a touch of jQuery. A fade effect is enabled by default, and sub menus will automatically readjust themselves horizontally if too close to the window's right edge. This is what happens when CSS and JavaScript decides to work together!
Demo:
Important: Make sure your page contains a valid doctype for this menu to render properly.
The external files: The menu requires the following support files, which you should upload by default all to the same directory as your page itself:
- jquerycssmenu.css
- jquerycssmenu.js (inside this file, you should confirm the paths to the 2 arrow images below)


The CSS/ JavaScript: The below code should be added to the HEAD section of your page:
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 2 of 7 pages < 1 2 3 4 > Last »
Thanks,.
However, there is a bug appearing when using second level menus.
Try it out, the bug is right on this page!
Choose folder 2.1, then choose Folder 3.1.1
What you see is that Sub Item 2.1.4 moves up and down and we are not able to choose it!!!
Thanks for listening...
Hope to hear from you soon.
Ok, the solution is:
In jquerycssmenu.css at .jquerycssmenu ul li ul li a{
add the following line:
display: inline;
Suggestion:
If you (ddadmin) add the above line to the DEMO at the top of this page as well, we can all see a well-working DEMO (even if we are oldfashonied enough to use IE6, or , in other words, especially if we use IE6).
Source: Andy Budd
http://www.andybudd.com/archives/2003/12/css_crib_sheet_1_gaps_between_vertical_nav_elements_in_ie5/
besides that, also width: 100%; has to be stated at the same space.
Source: Magnus Haugsand
http://www.hicksdesign.co.uk/journal/ie-whitespace-bug
This gives a disadvantage, because suddenly all subtitles having more than one word are wrapped.
instead of spaces solves this in most cases, except when subtitle values are called from another script...
Sorry for the delay in responding, and thanks for sharing the above. I'll try and confirm the bug in IE6 and update the menu once I have time.
thanx

