2

我需要在屏幕上拉伸背景图像并在此网站上调整大小时适合已删除,有人知道吗?

<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 }

先感谢您

4

1 回答 1

2

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

于 2012-09-20T22:12:57.870 回答