having some probs with getting simple css rollovers to work in ie on this site http://www.elkhornflyrods.com/store/index.cfm

menus on right.

anyone see anything wrong? (well ok, i mean with rollover code)

.linklist{
background: #d5d5d5;
border: 1px solid #666666;
height: auto;
left: 0px;
padding: 5px;
text-align: center;
vertical-align: top;
voice-family: inherit;
voice-family: "\"}\"";
width: 190px;
margin-top: 10px;
}

#navcontainer {
height: auto;
margin: 3px;
padding: 3px;
width: 200px;
}

.burnIn {
background: #f1f1f1;
border: 1px solid #666666;
}

.linklist li a {
display: inline;
text-decoration: none;
color: #333333;
}

.linklist li:hover {
background-color: #9bc541;
text-decoration: none;
color: #333333;
}

.linklist ul {
list-style: none;
margin: 0px;
padding: 0px;
color: #333333;
}






Reply via email to