gpt4 book ai didi

Jquery IE6悬停问题,不断加载背景图片

转载 作者:行者123 更新时间:2023-12-01 08:27:48 24 4
gpt4 key购买 nike

看看这个页面:http://pearl.tinderfields.com/

在 IE6 中,每次用户将鼠标悬停在菜单项上时,都会加载菜单的背景图像,这显然是一个看起来非常垃圾的菜单。

是否有什么特殊原因导致 IE6 每次悬停时都会重新加载图像?

最佳答案

阅读此内容:

http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=1104

<script type="text/javascript">
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
</script>

或者尝试 CSS 方式

html { 
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

希望这有帮助!

关于Jquery IE6悬停问题,不断加载背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2468788/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com