Vertikales DropDownMenu

Hi,

das funktioniert auf diese Weise:

ddsmoothmenu-v.css
Code:
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;

border-bottom: 1px solid #ccc;

float:right;
}

...

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
left:-170px;
font-weight: normal;
visibility: hidden;
}


mfg Maik
 
Zurück