IE6背景图片闪烁修复ie6标签hover属性添加

1.body{ zoom: expression(function(ele){ document.execCommand('BackgroundImageCache', false, true); ele.style.zoom = '1'; }(this)); }添加此代码修复ie6背景图片闪烁。
2.body{behavior: url('csshover3.htc'); }添加此代码为ie6的标签添加hover属性
以下为csshover3.htc并和网页源代码放在同一目录里
 

你可能感兴趣的:(职场,休闲)