我需要在屏幕上拉伸背景圖像,並適合在此網站上調整大小時http://ether.tomasbeloch.cz,有人知道嗎?CSS背景圖像拉伸與背景圖像屬性
<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 }
預先感謝您
你爲什麼不使用'背景 - '身體'上的圖像? – Ana