CSS背景图像拉伸与背景图像属性

时间:2012-09-20 22:06:45

标签: html 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 }

提前谢谢

1 个答案:

答案 0 :(得分:2)

你会在这里找到你需要的一切: http://css-tricks.com/perfect-full-page-background-image/