Advanced Search Usage Terms Submit Contact
Dynamic Drive CSS Library
 
CSS Library
Submit an original CSS code
CSS Layouts
Web Graphics
Online Tools:

Advertise Here

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:

The HTML:

Code Info

Rate this code:

Date Posted: 09/14/2006

Revision History: None

Usage Terms: Click here

Your Comments (314)

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 32 pages « First  <  7 8 9 10 11 >  Last »

This script works well in Firefox, but not in MSIE. Any help would be appreciated. Thx
Posted by John Alvelo on 12/29, 11:12 PM
The submenus will not work when trying to display more than one css menu: http://www.walk-worthy.org/templateHorVer.html. Any help would be appreciated.
Posted by John Alvelo on 12/29, 11:15 PM
I don't know if could be helpful but it started working on IE6 when I've moved the CSS code to the 2nd row of my CSS file.

Now it's working on FF, AppleWebKit, IE6.

Ciao
Posted by carmine on 12/30, 05:58 AM
Anyone found a workaround for the dropdown beneath the forms on IE6?
Posted by Marcelo on 12/30, 06:39 AM
como dar color y musica a mi space
Posted by nick on 01/02, 07:27 PM
Works fine on Safari 2.0.4 :)
Thanks
Posted by Bruno Igreja on 01/05, 09:44 PM
Nice menu but is getting oerlapped by a Flash image,
please think ov this...
Posted by Vaibhav on 01/09, 04:38 AM
Does anyone know how to do one of the following:

1) Make the horizontal menu go "up" instead of down.

2) Make the horizontal sections of the drop drop menu have a height less than the parent menu item?
Posted by F.O.Finch on 01/09, 06:38 PM
In case you guys wanted to see the main nav item in IE with its width relative to its caption, then do the ff:

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline-block; /* <-- here's what i did. change its value to inline-block instead of block. */
/* ...i also disabled the width. */
/* width: 90px; *//*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}


... so that's all it.
Posted by mok on 01/11, 05:47 AM
On Safari the behavior is not always the same.
Often works good but sometimes it appears as a structured list instead of folding menus
Any idea?
tks
Posted by carmine on 01/14, 04:30 AM

Comment Pages 9 of 32 pages « First  <  7 8 9 10 11 >  Last »

Commenting is not available in this weblog entry.
Copyright 2006-2008 Dynamic Drive Read our Usage Terms before using any of the CSS codes.
Dynamic Drive DHTML and CSS Code Library