【发布时间】:2019-02-08 22:38:27
【问题描述】:
滚动时我无法查看我的内容,因为粘性页脚隐藏了内容。我想始终将页脚设置为边缘顶部或填充顶部以能够看到内容。如何将页边距顶部或填充顶部设置为粘性页脚?如果我添加stickyfooter,我需要在内容和stickyfooter 之间留一些空间。
http://jsfiddle.net/a6c8rf4y/1/
#footer
{
bottom:0px;
width:100%;
height:50px;
position:fixed;
height: 50px;
line-height: 50px;
background-color: #C97;
}
【问题讨论】:
标签: css