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 3 of 7 pages < 1 2 3 4 5 > Last »
Great work!
tnx, Cisco
than item that has submenu sometimes displays the hover state correctly, but sometimes it does not.
Can anyone help ?
solved the problem, works perfect now.
Just replace this fragment in the header to make it work in IE6 too:
<!--[if lte IE 6]><style type="text/css">html .jquerycssmenu{height: 1%;} .jquerycssmenu ul li ul li a, .jquerycssmenu ul li ul li a:visited{display: inline-block;} /*Holly Hack for IE7 and below*/</style><![endif]-->
Once again, awesome menu. Was worth the pain to find this fix. Although there are other menus out there, this is the only one I found that has submenu arrows and works with image backgrounds for menu items at the same time.
tnx Cisco

