我需要在屏幕上拉伸背景图像并在此网站上调整大小时适合已删除,有人知道吗?
<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 }
先感谢您