0

On this page the width is 1100px, however on IE, occasionally Google Chrome (randomly as far as I can tell) and always on the iPad, there is a horizontal scroll bar leading to nothing. I can't establish why as th body and every other element has a width. I would copy in the code, but see that as a little excessive considering the easiest way to diagnose this is to "inspect element"

4

3 回答 3

2

首先解决您在页面上遇到的javascript错误..

无论如何,您可以添加到您的CSS:

body { 
    overflow: hidden
}
于 2013-08-27T14:20:23.827 回答
1

在 Chrome 上,对我来说,设置background-size:100%;body 解决了这个问题!尝试!

于 2013-08-27T14:21:55.177 回答
0

从正文中删除此属性:

背景附件:固定;

这应该可以解决问题。

溢出:隐藏;将从您的网站中删除所有滚动条,并会导致一些排列问题。

于 2014-02-14T11:46:03.547 回答