天天看點

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并和網頁源代碼放在同一目錄裡

繼續閱讀