On 26/03/07, Ingo Chao <[EMAIL PROTECTED]> wrote:
>
> It's IE6's old stuck-on-hover bug with the ingredient of a mouse click
> as a trigger.
>
> #mainnav li:hover {background-position: 0 0}
>
> fixes it.
>
> IE6 itself does not show this stuck-on-hover phenomenon in
> suckerfish-type menus: to process the li:hover on any element, the
> sfHover = function() already does register an user event with
> onmouseover and applies a new class sfhover to li. So there is no need
> for this fix in IE6.
>
> http://www.satzansatz.de/cssd/pseudocss.html#hoverstuck
>
>
I could have sworn I tried that one and it didn't work, but I've just tried
it again and it works! Go figure.

Thanks. :)

Seona.
______________________________________________________________________
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/

Reply via email to