I have this site...
它对我的机器和我测试的所有浏览器都看好,但有人说,黑头头 head倒。 我做的是错的。 ......在所有浏览器中,有一片大白空间,右面......我改变了。
.headerNav {
color:
black;
margin: 0 auto;
width: 1280px;
padding-top: 140px;
padding-left: 230px;
}
to this
.headerNav {
color:
black;
margin: 0 auto;
width: 1050px; /* decrease the width of the div to compensate for the padding-left */
padding-top: 140px;
padding-left: 230px;
}
但现在头盔似乎走过了全部路。
有关浏览器是Safat 5.1.5。
any help would be appreciated, thanks in advanced, J
here is a screen shot on what I am dealing with...