在一個小網站裏用過這個,感覺還挺乾淨的(但我沒怎麼去了解它的機制…… -_-):cleanstickyfooter(號稱「The cleanest way to a sticky footer with CSS.」)http://code.google.com/p/cleanstickyfooter/
測試過幾個,這個還不錯 http://www.cssstickyfooter.com/


支持鋼盅郭子,然後#container{margin-bottom:你footer的height}
css結構如下

html,body{
height: 100%
}
.containor{
min-height: calc(100% - {footer的高度})
}

html結構如下,

&
&
&&

相關文章