[jQuery] Re: IE6 class swapping problem

2007-06-13 Thread Gordon
In the end it turned out to be something quite simple. I had decided that all the classes that I was going to create/remove from within dynamic scripting would begin with _ to easily distinguish them from classes that wouldn't be manipulated from within the script. Only it seems that IE6 doesn't

[jQuery] Re: IE6 class swapping problem

2007-06-13 Thread Marc Jansen
Hi Gordon, is the class specific enough (in terms of the CSS Cascade, maybe IE is misinterpreting somnething there) to take precedence over styles defined elsewhere? If you add the class manually, do you get the expected behaviour/appearance in IE 6? Your JS looks IMO OK at first glance. -