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 9 of 19 pages « First < 7 8 9 10 11 > Last »
I'm implementing it on a new site and got 2 problems.
1. Some pages are in subdirectorys (Folders) and I put there the .js and.css files together with de arrow images so they are all in the same directory but the arrows are not shown neider any submenu. What am I doing wrong?
2. The submenu is not visible when below there is an swf. The submenu goes "behind" the .swf. How can I fix it?
I really would thank you verry much for your help
Add the float to the CSS?
.jqueryslidemenu {
float: left;
...
}
I have confirmed that in IE7 and Chrome it is super fast... In firefox the menu is just not as responsive. As soon as you take the "float" line out of the CSS file.. It goes back to being "fast" and very responsive.
Any help would be GREATLY appreciated. :)
Now the menu is working super Verry recomendable!




