CSS Library: Horizontal CSS Menus: Here
SuckerTree Horizontal Menu
Author: Dynamic Drive
SuckerTree Horizontal Menu is a CSS and DOM hybrid menu that's list based and supports multiple levels of sub menus. The trick to SuckerTree is a small adoptable piece of JavaScript that crawls the inner levels of a list menu and assigns the appropriate show/hide and positioning behavior to them. You can even have multiple SuckerTree menus on the same page.
See also: SuckerTree Vertical Menu.
Demo:
The two bullet images used:
![]()
The CSS:
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 28 of 32 pages « First < 26 27 28 29 30 > Last »
I'm really pleased with this menu, have a look at the link, I've been able to modify it to a very individual look. (Well I think so...)
BUT...
How would you go about having multiple menus on a page?
How would you get it to respond to seperate css?
Regards
Dave
PS - A trick for getting the menu to get the Z-Index to work in IE 6&7:
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: small;
font-style: normal;
z-index: 50;
position: relative; /* This causes the Z-Index to work correctly in IE6&7 */
}
I would like to have both a horizontal and a vertical menus on the same page...
It would seem that the two sets of JavaScript do not coexist on the same page.
The Vertical seems to be dominant and as soon as its added it seems to stop the horizontal menu from working.
I'm not a JavaScript programmer (Yet...?!?!)
Is it possible to have both Horzontal and Vertial Menus coexting on the same page?
Thanks
Dave
simply change the "var menuids" id's to be different so I made one "var menuid":
var menuids=["treemenu1"] //Enter id(s) of SuckerTree UL menus, separated by commas
var menuid=["suckerfish1"] //Enter id(s) of SuckerTree UL menus, separated by commas
If you follow...
Regards
Dave
the menu looks great, but there is one problem, my down-arrow.gif is not showing. I downloaded the gifs, saved them in the site images folder, and still not showing up, help please
Comment Pages 28 of 32 pages « First < 26 27 28 29 30 > Last »
Commenting is not available in this weblog entry.






