/ 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.
localhorst on 03/05/09
1 person have marked this snippet as a favorite
URL: http://evil.che.lu/2006/09/25/no-more-ie6-background-flicker
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
You need to login to post a comment.