我一直在追踪我的代码,但无济于事。我的关于我页面上的页脚总是放在中间,覆盖内容。我应该怎么办?
CSS:
#wrapper {
min-height:100%;
position:relative;
}
#footer {
width:1010px;
height:80px;
position:absolute;
bottom:50px;
left:0 auto;
background: rgb(54, 25, 25);
background: rgba(54, 25, 25, .5);
}