No more IE6 background flicker


/ Published in: JavaScript
Save to your folder(s)

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)


Copy this code and paste it in your HTML
  1. try {
  2. document.execCommand('BackgroundImageCache', false, true);
  3. } catch(e) {}

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.