use*_*747 -4 html css sticky-footer
如何将页脚保留在页面底部?这是我的代码:
<footer> Copyright 2013 All rights reserved.
Run Code Online (Sandbox Code Playgroud)
就是这样.是否有任何CSS可以用来将页脚缩小到页面底部,因为当我使用<footer>代码时它保持在中间而不是底部.
你可以使用CSS:
.footer {
position:fixed;bottom:0;
width:100%;
display:block;
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
13860 次 |
| 最近记录: |