Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 背景照片不能覆盖整个客户页面';s机器_Css_Wordpress_Background - Fatal编程技术网

Css 背景照片不能覆盖整个客户页面';s机器

Css 背景照片不能覆盖整个客户页面';s机器,css,wordpress,background,Css,Wordpress,Background,现在我身上发生了一件很奇怪的事。我正在为我的客户开发网站,这个网站有背景照片。背景照片在我的电脑上的所有浏览器中都显示得很好。但在IE 10.0.9200版和Firefox 23.0.1版的客户端pc上。我在我的电脑上用同一版本的浏览器测试了它,它显示得很好 CSS是 body { background: url('img/pozadi-ukazkove.jpg') no-repeat center center fixed; background-size: 100%; }

现在我身上发生了一件很奇怪的事。我正在为我的客户开发网站,这个网站有背景照片。背景照片在我的电脑上的所有浏览器中都显示得很好。但在IE 10.0.9200版和Firefox 23.0.1版的客户端pc上。我在我的电脑上用同一版本的浏览器测试了它,它显示得很好

CSS是

body {
    background: url('img/pozadi-ukazkove.jpg') no-repeat center center fixed;
    background-size: 100%;
} 
屏幕分辨率为1280x1024,我和客户机的分辨率相同 图像为1920x1080,并适应访客分辨率

网址是

我的客户如何看待网站-


有什么帮助吗?

使用
背景尺寸:封面
而不是
背景尺寸:100%
应该可以解决这个问题:)

使用
宽度:100%;身高:100%
z-index:-1可以帮助您。我可能错了。如果我是,请纠正我