在我的移动设备上查看网站时遇到一些问题。
网站本身载入正常,但背景并未在几个页面上完全加载,我不确定原因。
我已将我的css body元素设置为保持背景并覆盖页面但未完全覆盖移动设备。
body {
background: url(background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding:0;
margin:0;
}
有我的身体css造型。
这是该网站的链接。 www.firelineband.co.uk