就是我设计的页面中,让他body左右两边留白填充其他颜色,但是上下还是有空隙的一块怎么样将图片上下都置顶,然后用的一些CSS代码如下:
背景设在div上
<style>*{margin:0px;padding:0px;}</style><script>window.onload=function(){document.getElementById('a').style.height=document.body.clientHeight+'px'}</script><div id="a" style="width:900px;margin:0 auto;background:red;height:600px;"/>