防止 IE 中背景图片闪烁

Avatar of Chris Coyier
Chris Coyier
try {
 document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}