I\'m experiencing something really strange!
I have a div that I\'m hiding with JS (jQuery). Like this:
$(\'#myDiv\').hide();
Then w
When fade is applied to IE, it is applying it (at least via jquery) the dxtransform class, which will make it lose any antialiasing effects until its opacity is back to one.