Skip to content

Instantly share code, notes, and snippets.

@corydorning
Created May 17, 2011 13:26
Show Gist options
  • Save corydorning/976460 to your computer and use it in GitHub Desktop.
Save corydorning/976460 to your computer and use it in GitHub Desktop.
Fix IE6 Background Caching
try {
$.browser.msie && $.browser.version < 7
&& document.execCommand( 'BackgroundImageCache', false, true );
} catch(e) { };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment