Tutorial Prevent Background Image Flickering in IE

by in , 07 Mar 2014 0

try {
 document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

Leave a Reply