jquery 在 IE7 上无法正确显示

发布于 2024-08-11 19:29:33 字数 97 浏览 1 评论 0原文

我有一个使用嵌套 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

菩提树下叶撕阳。 2024-08-18 19:29:33

直到我将鼠标悬停在内容上时才会显示。

听起来像 IE 的 hasLayout bug(顺便说一句,这也应该发生在 IE6 上,但不会发生在 IE8 上)。确保您使用严格的文档类型并仔细阅读本文

it does not display until i mouse over on the content.

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.

寒江雪… 2024-08-18 19:29:33

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文