我绞尽脑汁想弄清楚这一点。我认为这会很容易:) 我只是希望页脚扩展我的浏览器窗口的宽度,而页脚环绕包含 960 像素内的内容,但由于某种原因它只能填充到 960 像素。这是我的代码:
footer {
background: url(images/footerbkg.jpg) repeat-x bottom center;
width: 100%;
height: 1232px;
}
footer section.wrap {
width: 960px;
margin: 60px auto 0;
position: relative;
float: left;
}