我一直在为博客设立页脚。页脚在其周围生成边框,我不知道是什么触发了它。
什么可能引发它? 在这里查看网站:http://blog.sayhi.dk
#footer {
width:900px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
height:200px;
}
#footerstyle {
background-image: url(images/bbg.png);
width: 100%;
clear:both;
margin-top:20px;
height:200px;
}
答案 0 :(得分:2)
答案 1 :(得分:0)
如果你添加
怎么办? body, html{
padding:0;
margin:0;
}
看来你的页脚周围的空白区域是身体和html元素之间的距离......