Return to Snippet

Revision: 12197
at March 5, 2009 15:09 by localhorst


Initial Code
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

Initial URL
http://evil.che.lu/2006/09/25/no-more-ie6-background-flicker

Initial Description
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)

Initial Title
No more IE6 background flicker

Initial Tags
ie6

Initial Language
JavaScript