23
Jan
Learned and Web Discussion. |
I hate to do another IE6 “learned,” but I’ve encountered this one twice recently and was glad to finally pin it down and give it a name.
It seems that IE6 has issues with selecting an object by class if a) that class has just been changed dynamically and b) the object in question is also being selected with an ID. My workaround is to just lose the ID, if possible, and select using a parent element. Otherwise, you can split the styles between style tags to get it working again.


Recent Comments