如何将背景图像尺寸设置得更大,银色部分位于中心的白色框下方。谷歌铬的黑色部分和银色部分之间还有一个白色的间隙?我怎样才能解决这个问题? 这是该网站的实际应用 http://www.andrewhnovak.com/test/index.html
body{
background: url(../images/backgroundpic.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}