Suckerfish dropdown with jquery: fade not working properly
I made a suckerfish (CSS-only) dropdown list a la AListApart. I then used jQuery to make it hover in IE, and added a fade. However, in Firefox when I hover, I don't get the fade until I hover a couple of times. My suspicion is that the css :hover is working before jQuery is, and thus I get pretty shoddy results. I suspect the first suggestion will be to turn off the css hover-- but that's favoring the animation over graceful degradation, and that just doesn't seem right.
I can post code if need be.