IE 6 backgrounds flickering


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

paste above in HEAD tag


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

Report this snippet


Comments


You need to login to view comments.