Avatar of Valimai
Valimai

asked on 

Difference between li:hover and li.iehover? Also, why it doesnt work for IE6!?

Hi,
Basically, what is the difference between
    li:hover
and
    li.iehover
in the following CSS?

div#MyID li:hover ul,
div#MyID li.iehover ul
{
top:1.5em;
left:-5px;
}

Also, would this be a reason why the css is not working for IE6? It works in FF and IE7.

thanks
CSS

Avatar of undefined
Last Comment
Valimai

8/22/2022 - Mon