/ Published in: JavaScript
URL: http://evil.che.lu/2006/09/25/no-more-ie6-background-flicker
Expand |
Embed | Plain Text
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
You need to login to post a comment.
