Can someone help with an exception for IE6?
I have a 4 column CSS layout in which the left column contains a
simple List based vertical menu. Now, the menu sometimes floats out
into the middle of the screen in IE6 and sometimes IE7. It behaves
properly in all other Browsers. Maybe it is a connection speed
issue? I cannot verify the phenomenon.
I tried float: left; and I still get emails saying that it is not
helping. I also tried reverting the PC back to IE6 and wouldn't you
know it, you can't if Service Pack7 was installed.
Below is the CSS for the left column and the top elements of the
menu. (ModelYacht.org) Thanks in advance for any help. -PhilipS
#left
{
width: 140px;
/* LC width */
padding: 5px 5px 0 5px;
/* LC padding */
right: 240px;
/* LC fullwidth + CC padding */
margin-left: -100%;
}
/* CSS Popout Menu */
#menu
{
position: absolute;
top: 1px;
left: 58px;
padding: 1px;
z-index: 2;
width: 140px;
background-image: url();
color: inherit;
background-color: #003;
right: 0px;
bottom: 0px;
text-indent: 4px;
float: left;
}
#menu a, #menu h2
{
display: block;
font: bold 11px/15px arial,helvetica,sans-serif;
border-top: 1px #00F solid;
white-space: nowrap;
text-indent: 4px;
width: 135px;
text-transform: uppercase;
text-align: justify;
text-decoration: none;
background-image: url(/css/image/buttonup.gif);
background-repeat: repeat-x;
height: 15px;
padding: 1px 0px 0px 0px;
background-color: #FAFAFA;
border-right: 1px #CCC solid;
border-left: 1px #CCC solid;
}



Reply With Quote


Bookmarks