我需要在屏幕上拉伸背景图片,并在本网站上调整大小时适合删除,有人知道吗?
<body>
<div id="background"></div>
...
</div>
</body>
CSS文件:
html, body { }
body { height:100%; width: 100%; }
#background{ position: fixed; min-height: 1024px; height:100%; min-width: 100%; width: auto; background-repeat: no-repeat; z-index:1 }
提前谢谢