ie7中的水平滚动条

发布于 2024-12-05 01:31:45 字数 141 浏览 0 评论 0原文

我正在尝试构建一个基于黄金网格系统的流体布局网站,而不限制 IE7。

我的主体出现了不需要的水平滚动条。如果我强制宽度变小,它就会消失。然而,它不会是流体的。

布局看起来不错,只是右侧有一些不需要的间距,我无法解释导致水平滚动条的原因。

I'm trying to build a fluid layout website based on the Golden Grid System without limiting IE7.

I am getting an unwanted horizontal scrollbar for the body. If I force the width to be smaller, it will disappear. However, it will not be fluid.

The layout looks fine, just some unwanted spacing to the right that I cannot account for which is causing the horizontal scrollbar.

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

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

发布评论

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

评论(1

紫南 2024-12-12 01:31:45

这个问题出现在标题元素中。尝试添加 .如果删除 display: block 或添加 overflow:hidden 滚动条会消失,而且还会导致设计崩溃。

This issue is in header element. try adding <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> . If you remove display: block or add overflow: hidden scrollbar disapear, but also design crashes.

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