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 17 of 19 pages « First < 15 16 17 18 19 >
#navigation {
width: 700px;
color: #fff;
padding: 4px 10px 0 10px;
margin: 0;
background: #3E8BBF;
height: 28px;
border-bottom: 4px solid #81B4D9;
position: relative;
}
#content {
width: 690px;
color: #000;
background: #fff;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 20px;
min-height: 350px;
position: relative;
}
z-index: -1; to the content div. :)
Thanks again!
why is that? any idea guys on how to fix this?
I havn't changed any CSS or JS yet, just trying it out - any ideas?
nice i like it
Thank you for the great work on the menu.
This is a very nice menu.
I have a question here:
How do I add an icon to the menu? I've tried several ways but still the icons are not displaying at all.
Thank you for the help. Really2 appreciate it! :)








but it works on IE (only when a menu is clicked on).