水平滚动条在 ie7 和 ie8 中非常大

发布于 2024-12-24 03:15:29 字数 164 浏览 0 评论 0原文

如果您在 IE7 和 IE8 中查看 www.ijob.dk,水平滚动条比 Firefox 大得多或 IE9(甚至不认为滚动条会在 ie9 中显示) - 似乎无法弄清楚这是导致右侧出现大空间的原因,因为水平滚动太大了?

If you look at www.ijob.dk in IE7 and IE8, the horizontal scrollbar is MUCH larger than on ex: Firefox or IE9 (Don't even think the scrollbar shows in ie9) - Can't seem to figure out that is causing the big space at the right, since the horizontal scrolling is so large?

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

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

发布评论

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

评论(1

痴情 2024-12-31 03:15:29

从你的评论中,我现在明白你的意思是水平滚动条,只需将其添加到 CSS 中即可隐藏它:

html {
    overflow-x: hidden;
}

有一些叛徒元素正在创建需要检查的额外几个水平空间像素,但我认为这是可以的只是隐藏它,因为您的设计是自上而下的。

From your comment i understand now that you meant the horizontal scrollbar, just add this to your CSS to hide it:

html {
    overflow-x: hidden;
}

There is some renegade element that is creating that extra few pixels of horizontal space that needs to be checked, but i think it is ok to just hide it, since your design is top-bottom.

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