Code Snippet Submit one! Home » Code Snippets » JavaScript » Prevent Background Image Flickering in IEPrevent Background Image Flickering in IEtry { 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?
graet