Forum Moderators: not2easy
<style>
<!--
.menuskin{
position:absolute;
width:165px;
background-color:menu;
border:2px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}
Well, have you tried not specifying a width? In theory the box should expand to fit it's content....?
That will get you some buggy behavior in Mac IE 5 I believe... It needs a width. Same with Opera 7 Win - Absolutely positioned boxes in those browsers need a width... If you plan on floating things inside it. If it's all inline you're okay. So..in this case nevermind!
[edited by: mipapage at 1:39 pm (utc) on June 1, 2003]