IE is losing ClearType
        Posted  
        
            by Adis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adis
        
        
        
        Published on 2009-01-04T14:30:02Z
        Indexed on 
            2010/03/25
            23:23 UTC
        
        
        Read the original article
        Hit count: 554
        
I'm experiencing something really strange!
I have a div that I'm hiding with JS (jQuery). Like this:
$('#myDiv').hide();
Then when I make a fadeIn like this:
$("#myDiv").fadeIn('slow');
then the text loses ClearType in IE but not in FF. If I go with toggle insted of fadeIn, then it's all fine.
What is IE up to and is there any solutions for it because it looks horrible. (I have ClearType on as you maybe understand at this point)
© Stack Overflow or respective owner