如何让网页的footer一直固定在底端 – 过往记忆
.footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed...然后我们就可以使得footer模块一直在网站底端显示。很不错把,赶紧试试。 本博客...
让footer始终位于页面的最底部 - 绿水青山 - 博客园
.container{position:relative;width:100%;min-height:100%;} .body{padding-bottom:50px;} .footer{height:50px;position:absolute;bottom:0px;left:0px;} 第...