Whatever hover not working IE6 and IE7
- by jovialwhispers
Below is the css for my menu
#menu
{
position: absolute;
left: 170px;
top: 92px;
background: #336699;
float: left;
z-index:50;
}
menu ul
{
list-style: none;
margin: 0;
padding: 0;
width: 9em;
float: left;
}
menu a, #menu h2
{
font: bold 11px/20px arial, helvetica, sans-serif;
display: block;
border-top-width: 1px;
…