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 标签中加入了 wrap div,我清除了缓存并尝试了 Chrome 和 firefox。