A little dab'll do yaCode Snippets Code Snippets > JavaScript > Prevent Background Image Flickering in IE Submit one!Prevent Background Image Flickering in IEtry { document.execCommand("BackgroundImageCache", false, true); } catch(err) {}