背景图片顶部隐藏在浏览器书签栏下

时间:2015-06-30 13:11:38

标签: html css css3

背景图片位于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;
}

1 个答案:

答案 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..