CSS Library: Horizontal CSS Menus: Here
jQuery Multi Level CSS Menu #2
Author: Dynamic Drive
This is a multi-level horizontal CSS menu created using a regular nested HTML list, then turned into a fully functional drop down menu using CSS and a touch of jQuery. The sub menus slide in and out into view, which also automatically reposition themselves horizontally if too close to the window's right edge.
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:
- jqueryslidemenu.css
- jqueryslidemenu.js (inside this file, you should confirm the full URL to the 2 arrow images below)

If you wish to upload the above files to a different directory, be sure to edit "jqueryslidemenu.js" to update the URLs to the two arrow images used.
The CSS/ JavaScript: The below code should be added to the HEAD section of your page:
Rate this code:
Date Posted: 11/03/2008
Revision History: Nov 8th, 08': Limit # of queued animations to prevent animation stuttering
Usage Terms: Click here
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 19 pages < 1 2 3 4 5 > Last »
/*Using an Image in the Menu remove Inherited Border*/
.jqueryslidemenu ul li a img{
border: 0;
}
/*Remove the border when you Hover the Image*/
.jqueryslidemenu ul li a img:hover{
border:0px;
}
/*Remove the img a href Link Border*/
.jqueryslidemenu ul li a img{
text-decoration: none;
}
Used on http://fitzmobile.com!
Thank you for all your hard work!
NH (.whiteDart Design)
Just an answer... I'd like to write the menu code (ul li ) in another single file ( and not in every page) and include it in the javascript.. is it possible?
please help me if you can!
simple, with a small effect.
used it in my website.
thanx DD
instead in the above screen, save the image of down.gif and you will get the arrow crisp and clear
Thanks in Advance..
Using the same structure as a html page for the masterpage I have not been able to reproduce the drop down menus when I roll over the menus that are supposed to drop down. All files are referenced correctly It just doesn't display when the code is compiled. Any assistance would be appreciated.

