jquery 在 IE7 上无法正确显示
我有一个使用嵌套 jquery 的应用程序,当我想查看手风琴的内容时,它不会显示,直到我将鼠标悬停在内容上。我在firefox上没有这个问题。有没有人遇到过这个问题?有什么建议吗?
I have an application where I'm using nested jquery, when I want to see the content of the accordion, it does not display until i mouse over on the content. I don't have this problem on firefox. Has any1 face this problem before? Any advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来像 IE 的 hasLayout bug(顺便说一句,这也应该发生在 IE6 上,但不会发生在 IE8 上)。确保您使用严格的文档类型并仔细阅读本文。
Sounds like IE's hasLayout bug (which should also occur on IE6 but not IE8 by the way). Ensure that you're using the strict doctype and carefully read this article.
Jquery 在跨浏览器上运行良好。我想说你做错了什么(比如在实际使用 jQuery 或使用不兼容 IE* 的 JS 函数之前其他一些 javascript 崩溃)。
一些代码将有助于查明您做错了什么。
Jquery is working fine cross browser. I would say that you're doing something wrong (like some other javascript crashing before actually using jQuery or using JS functions that are not IE*-compliant).
Some code would help pinpoint what you're doing wrong.