Ross Hulford wrote:
> Hi,
>
> IE does not like this for some reason. It is totallty ignoring it.
>
>
> #nav li:hover ul
> {
> top:30px;
> z-index:2000;
> }
>
>
> Is your javascript correct. I have never used the Son Of Suckerfish.
> anyone else?
>
> Ross
Yes, IE does not understand li:hover that is why there is the JavaScript
that adds the class to the LI and then triggers the drop down. You
should use:
#nav li:hover ul, #nav li.sfhover ul
{
top:30px;
z-index:2000;
}
I separated the IE 'hacks' from the rest of the CSS and placed it in the
ie.css file.
HTH!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/