去除ie6下链接的背景图片闪烁

 在css中添加:

html { zoom: expression(function(ele){ ele.style.zoom = "1"; document.execCommand("BackgroundImageCache", false, true); }(this)); }

你可能感兴趣的:(背景,职场,ie6,链接,休闲)