0
guys,浮動頁腳prpblem
我正在建立這個響應網站,我有頁腳在底部浮動。
在我index.page(http://testi3.aada.fi/)我的代碼工作正常,但什麼是錯我的內容頁面()即使我使用的浮動頁腳相同的代碼..
有人可以給我一個提示如何解決這個問題?
我的浮碼:
.container {
min-height: 100%;
/* equal to footer height */
margin-bottom: -120px;
}
.container:after {
content: "";
display: block;
}
.site-footer, .container:after {
/* .push must be the same height as footer */
height: 120px;
text-align: center;
}
.site-footer {
background-image: url(../images/footer_bg_trans.png);
background-repeat: no-repeat;
background-position: center top;
text-align: center;
position: fixed;
width: 100%;
bottom: 0;
}
/米卡
Thx爲您的答案James.Yes,index.html是可以的。我現在只試圖使「me.html」代碼工作。其他文件仍然有「舊」.site-foote類標籤.. – Mika