>  Has anyone attempted to rewrite csshover.htc  
>  (http://www.xs4all.nl/~peterned/csshover.html) using jQuery? 

I haven't, but I think only IE6 needs a hack for missing :hover pseudo. How
about if you just write the css rules for both :hover and .hover, then on
page ready add a $().hover() to addClass/removeClass("hover") for IE6 only?
I'd think it has to be slower to solve the general problem of adding a
:hover class to IE6.

> Unfortunately our menu's larger than that of the sample at
> 101 items with 21 submenus.

Gulp! If the performance is slow, there's your problem.



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to