我知道有很多插件可以做到这一点,我尝过了一些。在过去,我尝试的那些总是导致Firefox上的一些闪烁。
以下链接中的一个似乎无缝地工作,但我似乎无法弄清楚他们正在使用什么。
如果有人可以看看,我会很感激!
link:http://usa.buy2.co.il/assets/themes/Buy2Usa/pages/error.html
谢谢!
答案 0 :(得分:1)
您可以使用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;
}