コンテンツラップの外側にフッターラップを作成しました(他のすべてが含まれています)。フッターラップをページの幅に合わせて延長し、下部に固定したいと思います。コードは次のとおりです。
footerWrap {
background-color:#000;
width: auto;
}
フッター{
margin: auto;
text-align:center;
width:965px;
height:150px;
background-color:#000;
border:#000 inset medium;
}
ウェブサイトはitem9andthemadhatters.comです。他のコードや情報が必要な場合はお知らせください。ありがとう!!
アップデート:
html {パディング:0; 高さ:100%; 幅:100%; }
body {マージン:-1px 0 0 0; 背景色:#FFF; フォントファミリー:calibri; background-image:url(images / item9HeaderSideFiller.gif); background-repeat:repeat-x; パディング:0; 高さ:100%; 幅:100%; }
包む {
width: 965px;
margin:auto auto;
min-height:462px;
max-height:4000
px;
footerWrap {
background-color:#000;
position:absolute;
bottom:0;
width:100%
}
フッター{
margin: auto;
text-align:center;
width:965px;
height:150px;
background-color:#000;
}
}