Hi all,
just having a weird problem in IE 6 testing a list I made, here is the code:
ul {
position:absolute;
top:225px;
left:0px;
width: 199px;
margin: 0px;
padding:0px;
}
ul a {
display:block;
text-decoration: none;
text-align:right;
color: #3F403F;
font-family: arial;
font-size: 10pt;
font-weight: bold;
background-color: #D9E7F4;
padding: 7px
}
ul a:hover {
display:block;
text-align:right;
color: #FFFFFF;
font-family: arial;
font-size: 10pt;
font-weight: bold;
background-color: #127493;
text-decoration: none;
padding: 7px
}
li{
list-style:none;
border-top: 1 px solid white;
}
pretty standard stuff…I’m just having a weird issue with the spacing in IE6. For some reason its fine in IE7 and Firefox, but I am on a comp with IE6 now and I’m testing it and the space between the list items is way too big. Very strange…can anyone help?