答案 0 :(得分:0)
偏离主题:请勿在{{1}}代码上使用background-image
!在html
上使用它。
关于您的问题:,因为您使用了body
,并且每次都会从不同的网址加载您的bg。无论如何,有一个解决方案,使用完整的URL为所有页面加载背景图像。 喜欢这样:
sub-domain
但我建议使用它:
html {
background: url(http://www.trinity-international.com/tower3.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}