我在http://michaelscottweb.com有一个网站,它有100%宽度的容器和元素,当浏览器是大约450px以上。当你将浏览器缩小到980px以下并向右滚动时,机身上有大约20px的间隙。当你查看高于该分辨率的网站时,这种情况就不会发生。有人知道是什么改变了导致这种情况的时间吗?

css。
body {
line-height: 1;
overflow-x:hidden;
max-width:100%;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
background: #fff;
color: #555;
font-family: 'EBGaramondRegular';
font-size: 15px;
font-smoothing: antialiased;
line-height: 1.5em;
text-rendering: optimizeLegibility;
}发布于 2013-02-13 10:03:55
看起来是由google +按钮引起的,如果你选择all (command + a),你会看到google +按钮的轮廓突出在标题的右边。
发布于 2013-02-13 09:44:32
看起来你修好了。我想说的是你可能需要重置css。
https://stackoverflow.com/questions/14845110
复制相似问题