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 5 of 7 pages « First < 3 4 5 6 7 >
Thank you so much!!!!
Amazing!!!!!
IE 6 for those which have childs and in top or middle of the listing,
you can see example also in IE6, it creates space on mouseover of submenu to the parent's siblings if they are not leaf
1) The tabs float above the line in IE whereas in FF the tabs sit on the line.
2) In sub menus the labels are centered in IE and left justified in FF
Anyway to get these to display identical?
To get rid of the images, add "display:none;" to the downarrowclass and rightarrowclass classes.








Example here:
http://ckrinteractive.com/dev/careersites/nch/index.php
only in FF2 though, not in FF3. Anyone know how to resolve this?