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;
}
一整天都在工作,也許我的眼睛只是因爲疲憊而失明。爲什麼我的頁腳不能粘在底部?
我已經將wrap div包含在body標籤中,我也清除了我的緩存並嘗試了Chrome和Firefox。
「IE 5修復」?在2013年? – 2013-02-12 03:45:19
頁腳出現在我的底部,你可以定義你正在尋找更詳細的內容 – 2013-02-12 03:45:38
哇,IE 5修復! – 2013-02-12 03:46:01