我的网站页脚似乎有问题。基本上它不会粘在我的页面底部,而是粘在我的 div 底部,称为 main。谁能帮我这个?
如果您缩小网页,您将看到问题:)
我没有粘贴代码,因为它包含很多 php 等。希望没事。:)
页脚CSS:
#footer{
width: 100%;
float: left;
height: 70px;
bottom: 0;
clear: both;
background-image: url("../images/footer_pattern.png");
display: block;
}