IE6 flicker fix 发表于 2011-09-23 | | 阅读次数 IE6 flicker Fix 通过 CSS 修复123html { filter: expression(document.execCommand("BackgroundImageCache", false, true));} 通过 JavaScript 修复123try { document.execCommand('BackgroundImageCache', false, true);} catch(e) {}; 更改客户端设置12Tools > Internet Options > Temporary Internet files > Settings选择Automatically,确定 本文作者: IIssNan 本文链接: http://notes.iissnan.com/2011/ie6-flicker-fix/ 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 CN 许可协议。转载请注明出处!