如何将滚动限制添加到我的页脚,我的意思是我不希望我的页脚在我的页面顶部跟随我。我想为其添加限制。这是我的CSS:
#footer
{
position:fixed;
display:none;
bottom:0;
left:0;
width:100%;
/*min-height: 80px;*/
text-align:center;
background: transparent;
}