淡出在 IE7/IE8 中不起作用
我不太确定为什么 这 jQuery 不能在 IE7 和 IE7 中工作。 IE8。有谁知道可能导致此问题的原因吗?
I'm not quite sure why this bit of jQuery isn't working in IE7 & IE8. Does anyone have any ideas what could be causing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一方面,因为您使用的是 jQuery,所以在没有内联 js 的情况下执行此操作:
仅执行此操作可能会解决 IE 问题
Fiddle: http://jsfiddle.net/maniator/xMSwQ/5/
Well for one thing since you are using jQuery do this without the inline js:
Just doing this might fix the IE problem
Fiddle: http://jsfiddle.net/maniator/xMSwQ/5/
我明白了,我只需要删除position:relative,它就会完美淡出。我不太清楚为什么会这样......
I got it, I just needed to remove position:relative and it fades out perfectly. I'm not quite sure why that is though...