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 10 of 32 pages « First < 8 9 10 11 12 > Last »
Nice one, congratulations!
Hi,
the menu gos behind my images with a dropshadow. Example http://www.shortwave.de/mitglieder.html. Select About Guild and then Characters to see what I mean. How can I fix this ?
Greetings Manfred
the menu gos behind my images with a dropshadow. Example http://www.shortwave.de/mitglieder.html. Select About Guild and then Characters to see what I mean. How can I fix this ?
Greetings Manfred
thanks for the best of CSS, I am windring how can i use These CSS for ather languages like Arbic to display sub_sub_Menu from right to left.
Best regards
Best regards
This is a nice implementation of a CSS menu.
Not sure were the name comes from though :)
Not sure were the name comes from though :)
Iam running FF 2.001, the menu seems to function well. I will test it in a webpage and let you know.
I like it, clean and seems to be easy to make custom.
I like it, clean and seems to be easy to make custom.
To make it so the submenu of the submenu doesn't inherit the first submenu's code. Throw this in the script...
/* Sub Sub level menu links style */
.suckertreemenu ul li ul li ul a{
display: block;
width: 180px; /*width of sub menu levels*/
color: white;
font-family: Comic Sans MS;
font-size: 14px;
font-weight: bold;
text-align: left;
text-decoration: none;
padding: 3px 5px;
border: 0px solid #ccc;
}
The text changes are added in as well.
My question. I don't understand how to offset submenus? It does not work, says it is done by the script. I just want to make the sub menu and sub sub menu offset up about 20px and left about 20px.
/* Sub Sub level menu links style */
.suckertreemenu ul li ul li ul a{
display: block;
width: 180px; /*width of sub menu levels*/
color: white;
font-family: Comic Sans MS;
font-size: 14px;
font-weight: bold;
text-align: left;
text-decoration: none;
padding: 3px 5px;
border: 0px solid #ccc;
}
The text changes are added in as well.
My question. I don't understand how to offset submenus? It does not work, says it is done by the script. I just want to make the sub menu and sub sub menu offset up about 20px and left about 20px.
i want to implement the menu inside the element <td> when i wrote this code it showed me an unordered list but not the one that is shown in the example.let me know what to do
How to you get rid of the float left property without the menu borking?
i got the menu all in place and i have everything linked from the menu into the table below which contains an iframe. for some reason though, i'm finding it impossible to select below the first submenu link. the drop down menu disappears when you scroll any further below that first submenu link. i'm operating windows XP home and using netscape 8.1.2. any pointers? i'm not even sure what would cause this.
Hi - I'm having an issue with this menu in IE 7 (testing on XP). I have an image (that has a link associated to it) directly under one of the nav drop-downs and when i hover over the drop-down menu the drop-down disappears once the cursor is over the drop-down and the image (underneath). When hovering over one of the drop-down menus that do not have anything under (image, test, link) it works fine.
The menu works great in all other browsers tested (IE6, Netscape 7, Opera, Safari, Firefox, etc...)
Is anyone familiar with this issue? If so, do you know how to resolve?
The menu works great in all other browsers tested (IE6, Netscape 7, Opera, Safari, Firefox, etc...)
Is anyone familiar with this issue? If so, do you know how to resolve?
Comment Pages 10 of 32 pages « First < 8 9 10 11 12 > Last »
Commenting is not available in this weblog entry.



