私はこれを理解しようとして頭を悩ませています。簡単だと思いました:)フッターラップに960px以内のコンテンツが含まれている間、フッターをブラウザーウィンドウの幅を拡張したいだけですが、何らかの理由で960pxまでしか塗りつぶされません。これが私のコードです:
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;
}