/ Published in: JavaScript
dynamic background images flickers in IE6
***
more ressources:
[here](http://misterpixel.blogspot.com/2006/09/forensic-analysis-of-ie6.html)
and [here](http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B823727) and
[here](http://ajaxian.com/archives/no-more-ie6-background-flicker)
***
more ressources:
[here](http://misterpixel.blogspot.com/2006/09/forensic-analysis-of-ie6.html)
and [here](http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B823727) and
[here](http://ajaxian.com/archives/no-more-ie6-background-flicker)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
URL: http://evil.che.lu/2006/09/25/no-more-ie6-background-flicker