html {
height: 100%;
overflow: hidden;
background:url('http://farm9.staticflickr.com/8345/8208481483_fc6b1bdf7d_h.jpg')no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
弟兄们好。我一直试图让这个可扩展的背景图像在这个网站上工作,但是这个东西在左边有一条奇怪的流氓白线。
使用小提琴来了解问题,确保将“结果”窗口拉到尽可能大,这样你才能真正看到流氓线。这是什么原因造成的?