/ Published in: JavaScript
Stop the background image flickering on IE by including this code in the header of your page. See link for more information.
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/9/25/no-more-ie6-background-flicker