我有一个如何删除页面底部造成的空白的问题 - 当我删除齿轮图像时它工作正常。
html, body{
height: 100%;
width: 100%;
font-size:10pt;
}
.footer_fg{
float: left;
position: relative;
width:455px;
height:358px;
background: url('/include/images/Final-Website2_11a.png') no-repeat 0 0;
top: -150px;
border:0;
}
这是网站的 CSS。