当调用 jquery 切换方法时,IE 8 不会将页脚向下推

发布于 2024-09-24 07:08:05 字数 308 浏览 5 评论 0原文

刚刚接触jquery。

此问题仅出现在 IE 8 中,在 IE 7、IE 8 兼容模式、Chrome 和 FF 中没有问题。

单击“美甲增强”按钮后,内容会在页脚顶部弹出。

请问有人有什么想法吗?这是页面。 http://deansmith.me.uk/tropicalwizarddev/pricelist.aspx

谢谢

院长

Just getting into jquery.

This problem only occurs in IE 8, its fine in IE 7, IE 8 Compat mode, Chrome and FF.

When the nail enhancements button is clicked the content bombs over the top of the footer.

Does any body have any ideas please? here's the page. http://deansmith.me.uk/acrylicwizarddev/pricelist.aspx

thanks

Dean

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情何以堪。 2024-10-01 07:08:05

#page 上,不要使用display: inline-block,而是使用overflow: hide。它将清除float并修复错误。

On #page, instead of using display: inline-block, use overflow: hidden. It will clear the floats and fix the bug.

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