Skip to content

Instantly share code, notes, and snippets.

@thirdj
Created April 11, 2013 05:55
Show Gist options
  • Select an option

  • Save thirdj/5361063 to your computer and use it in GitHub Desktop.

Select an option

Save thirdj/5361063 to your computer and use it in GitHub Desktop.
IE6 Images Blank bug Fix script
try {
document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment