背景图片位于Chrome浏览器的“书签栏”下,因此无法看到图像的顶部。有没有办法,我们可以确保图像完全符合浏览器显示的屏幕?
我的CSS代码:
body {
background: url("http://localhost/img/BackgroundImage.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
答案 0 :(得分:0)
Thank you for the suggestion squeamish ossifrage and Vibhor Dube. I increased the background image size to 1600 X 703. It fits in perfect..