body {
background: #ffffff;
color: #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
text-align: center; /* IE 5 fix */
line-height: 1.4;
height: 100%;
margin: 0;
padding: 0;
}
#container {
width: 50%;
background: #fff;
border: none;
color: #000000;
margin: auto auto;
padding: 20px;
text-align: left; /* IE 5 fix */
overflow:auto;
padding-bottom: 180px
}
#wrap {
min-height: 100%;
}
#footer {
background: #000 url(images/cbf/foot.png) repeat;
border-top: solid 1px #000;
position: relative;
width:100%;
margin-top: -180px; /* negative value of footer height */
height: 180px;
clear:both;
}
一日中作業していて、疲れて目が見えなくなっているだけかもしれません。
body タグ内にもラップ div を組み込みました。キャッシュをクリアして、Chrome と Firefox も試しました。