Prevent Background Image Flickering in IE Last updated on: September 4, 2009 try { document.execCommand("BackgroundImageCache", false, true); } catch(err) {}
i really like this blog, keep making!!
Silly question perhaps, but how do you use/implement this?
Example?
I believe you just put it in your head, like this:
try {
document.execCommand(“BackgroundImageCache”, false, true);
} catch(err) {}
[script type="javascript"]
try {
document.execCommand(“BackgroundImageCache”, false, true);
} catch(err) {}
[/script]
Sub in the real brackets in the code
graet
hi,
i used the above code . but still i am facing image flickering. i have to place the names of the images in the place of BackgroundImageCache. please help me