解决IE下图片作为背景时,有鼠标操作时的抖动问题:
if(判断是否为IE){document.execCommand("BackgroundImageCache", false, true);}//禁止IE重载样式背景
或者不要使用background-image.
if(判断是否为IE){document.execCommand("BackgroundImageCache", false, true);}//禁止IE重载样式背景
或者不要使用background-image.
