- CSS code
<style type="text/css"> body { background-image: url("image\grn.gif");background-position: 50% 30%; background-repeat:no-repeat;} </style>
这样写能让图片居中但就是不能改变图片大小啊,谁知道教一下
------解决方案--------------------
<style type="text/css"> body { background-image: url("image\grn.gif");background-position: 50% 30%; background-repeat:no-repeat;} </style>