This is an issue with your CSS. IE6 doesn't seem to like the .class#id
selector. You might need to rethink your approach. Perhaps keep the
unordered list and add the class to the li. That way you can reference
each part like this: .class #id

Hope that helps.

--
Brandon Aaron

On 5/26/07, patcoll <[EMAIL PROTECTED]> wrote:

Hey guys, I got a brainteaser.

My issue is that jQuery is not processing addClass or removeClass at
all when called from hover() in IE6. alert() calls show the correct
data is being passed through to these functions, but to no avail. My
limited test suite shows that it works in Firefox 2 (Mac), Safari 2
and IE7.

I have prepared a test case that I'd like to submit for review:

http://patcoll.com/jqueryTest/

I also reopened ticket #1098 on Trac.  http://dev.jquery.com/ticket/1098

Any help would be greatly appreciated. Thanks!

Cheers,
Pat


Reply via email to