Stop Annoying IE Background Image Flicker Bug


/ Published in: JavaScript
Save to your folder(s)

Stop the background image flickering on IE by including this code in the header of your page. See link for more information.


Copy this code and paste it in your HTML
  1. try {
  2. document.execCommand('BackgroundImageCache', false, true);
  3. } catch(e) {}

URL: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.