/ Published in: jQuery
URL: http://www.misteroneill.com
This code fixes a rarely encountered background flickering bug in IE6.
Expand |
Embed | Plain Text
if($.browser.msie) { try { document.execCommand("BackgroundImageCache", false, true); }catch(err){} }
You need to login to post a comment.
