我的页脚内容与我的css和html中的包装器div重叠,当我将高度更改为自动时它不起作用。下面是我正在处理的页面示例。
包装器 CSS
#wrapper {
width: 1030px;
height: 600px;
margin: 20px auto auto auto;
padding: 0;
background: url(wrapper.png);
}
页脚 CSS
.footer{
width: 1000px;
padding: 60px 0 0 30px;
height: auto;
float: right;
clear: both;
background: url(footer_bg.gif) no-repeat top right;
text-align: center;
}