为什么这个网站在 IE8 中无法正常工作?

发布于 2024-09-14 13:45:04 字数 266 浏览 3 评论 0原文

该网站在 IE6 和 7 以及其他浏览器中运行良好,但现在在 IE8 中运行良好。我没有自己测试的副本,想知道你们是否可以提供帮助。

http://x.brantonprojects.com/clientloop/LINC/Website/index.html html

谢谢

This site works fine in IE6 and 7, as well as other browsers but now in IE8. I don't have a copy to test it out myself and am wondering if you guys could help.

http://x.brantonprojects.com/clientloop/LINC/Website/index.html

Thanks

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

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

发布评论

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

评论(2

×纯※雪 2024-09-21 13:45:04

尝试将溢出自动更改为 overflow:hidden。或者使用clearfix并在浮动容器上触发hasLayout。

如果有帮助的话,我会在 #content-wrapper#content-single 上设置 zoom:1;

Try changing your overflow autos to overflow:hidden. Or use the clearfix and just trigger hasLayout on the float containers.

I would set zoom:1; on #content-wrapper and #content-single if that helps.

我是有多爱你 2024-09-21 13:45:04

html{
溢出-y:滚动!重要;
!

important 仍然是 ie 的问题

html {
overflow-y: scroll !important;
}

!important is still an issue with ie

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