Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/69.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
Html Can';我看不到我的网站背景_Html_Css_Macos_Background - Fatal编程技术网

Html Can';我看不到我的网站背景

Html Can';我看不到我的网站背景,html,css,macos,background,Html,Css,Macos,Background,这很奇怪。在工作和iPhone上,我可以看到我网站的背景图像。然而,在我的家用电脑(Mac)上,我看不到它。背景是白色的。这怎么可能?我怎么才能解决这个奇怪的问题 以下是样式: body { background-image: url('../gfx/background.png'); background-repeat: repeat-y; background-repeat: repeat-x; font-family: 'Lato', Arial, Verdana, sans-serif;

这很奇怪。在工作和iPhone上,我可以看到我网站的背景图像。然而,在我的家用电脑(Mac)上,我看不到它。背景是白色的。这怎么可能?我怎么才能解决这个奇怪的问题

以下是样式:

body {
background-image: url('../gfx/background.png');
background-repeat: repeat-y;
background-repeat: repeat-x;
font-family: 'Lato', Arial, Verdana, sans-serif;
}

是否有任何可能超越样式的@媒体规则?应该是背景重复:重复没有声明为Y,而席已尝试过没有背景重复,但仍然是相同的问题。