如何使用相对位置保持我的页脚在底部{background-color:#2E3639;位置:相对; z-index:1; }

时间:2018-02-25 11:55:14

标签: html css

如何使用位置相对保持我的页脚在底部

页脚 {background-color:#2E3639;位置:相对; z-index:1; }

1 个答案:

答案 0 :(得分:0)

您需要使用相对div包装页脚。

.wrapper {    位置:相对; }

页脚{    位置是:固定;    底部:0; }

< div class =“wrapper”>    <页脚>页脚< /页脚> < / DIV>