IE is losing ClearType

后端 未结 7 965
滥情空心
滥情空心 2020-12-05 19:27

I\'m experiencing something really strange!

I have a div that I\'m hiding with JS (jQuery). Like this:

$(\'#myDiv\').hide();

Then w

7条回答
  •  一向
    一向 (楼主)
    2020-12-05 20:31

    Ok here's my worst solution ever :

    
        
    
    
    
    
        
    
        body text
    
    

    Immediately hide the body, and fade it in when document is complete. Then you essentially disable cleartype.

    Oh and PLEASE dont anybody actaully do this. Or if it REALLY seems to make sense for you then test it well. Just remember you wont see anything until the whole DOM is loaded. I also saw some wierd graphical glitches.

提交回复
热议问题