Edit: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/index.htm
I am trying to manipulate the CSS to place the dropdown menu lower on the screen but cannot figure out how to make the change.
http://i2y.com/index2.shtml
The code is:
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
margin: 0px 0px 10px 0px;
padding: 0;
position: absolute;
list-style-type: none;
background: #FFFFFF;
border: 1px solid #404040;
border-bottom-width: 1;
visibility: hidden;
z-index: 50;
}



Reply With Quote

Bookmarks