0

我知道有很多插件可以做到这一点,我已经尝试了一些。在过去,我尝试过的总是会导致 Firefox 出现一些闪烁。

下面链接中的一个似乎可以无缝工作,但我似乎无法弄清楚他们在使用什么。

如果有人可以看看,我将不胜感激!

链接:http ://usa.buy2.co.il/assets/themes/Buy2Usa/pages/error.html

谢谢!

4

1 回答 1

1

You accomplish this with CSS.

html { 
background: url(images/bg.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

Go here to learn more

于 2012-07-20T01:05:01.823 回答