IE 中具有背景颜色的 Div 上的 jQuery fadeOut()
我有一个 Javascript 函数,可以使用 jQuery fadeOut() 淡出带有背景颜色的标准 div。它在 Chrome 和 Chrome 中运行良好。 Firefox,但当我在 IE 中尝试时,文本淡出,但背景颜色保持不变,并且在文本淡出完成后就消失而不淡出。有人有解决这个问题的办法吗?
谢谢,
DLiKS
I have a Javascript function that fades out a standard div with a background color using jQuery fadeOut(). It works fine in Chrome & Firefox but when I try it in IE, the text fades out but the background color remains the same and just disappears without fading out once the text fade has finished. Does anyone have a solution for this problem?
Thanks,
DLiKS
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试删除 IE 应用的clearType 过滤器:
Try removing the clearType filter that IE applies: