在屏幕上填充背景图像

时间:2015-02-10 01:57:20

标签: css

如何将背景图像尺寸设置得更大,银色部分位于中心的白色框下方。谷歌铬的黑色部分和银色部分之间还有一个白色的间隙?我怎样才能解决这个问题? 这是该网站的实际应用 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;
}

enter image description here

0 个答案:

没有答案
相关问题