Return to Snippet

Revision: 2252
at January 24, 2007 03:46 by clapfouine


Initial Code
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

Initial URL


Initial Description
paste above in HEAD tag

Initial Title
IE 6 backgrounds flickering

Initial Tags
css, ie6, background

Initial Language
JavaScript