I actually choked and laughed when I saw this.

Why couldn't Microsoft have said something about this sooner?!

This really needs adding to the jQuery cookbook:
http://jquery.com/docs/Cookbook/


Webunity | Gilles van den Hoven wrote:
> 
> Hi guys,
> 
> I've seen this interesting post on the Ajaxian forum today:
> http://ajaxian.com/archives/no-more-ie6-background-flicker
> http://misterpixel.blogspot.com/2006/08/title-well-its-done-my-ie6-background.html
> 
> Which gives me this jQuery implemention, which i have added to my base 
> jQuery init code!
> $(document).ready(function() {
>     // Fix background image caching problem
>     if (jQuery.browser.msie) {
>         try { document.execCommand("BackgroundImageCache", false, true); 
> } catch(err) {}
>     }
> };
> 
> I hate to tell you this, but it works :)
> 
> -- Gilles
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/No-more-IE6-background-flicker%21%21%21-tf2339130.html#a6510747
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to