Spry horizontal drop down goofup
in attempt shrink button bar, drop down acting crazy in iexplorer. when hover on drop down arrow, drop down menu pops in upper left corner of screen. have done? tried deleting rebuilding bar, still comes in wrong place.
please help... active site suffering ignorance.
thanks in advance,
scott fields
ul.menubarhorizontal ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
z-index: 1020;
cursor: default;
width: 103px;
position: absolute;
left: -1000em;
/*top: 32px;*/
}
/* submenu showing class designation menubarsubmenuvisible, set left auto comes onto screen below parent menu item */
ul.menubarhorizontal ul.menubarsubmenuvisible
{
/*left: 10px;*/
left: auto;
}
make above changes style sheet
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment