图像不会显示在chrome和firefox中

时间:2017-07-08 17:27:09

标签: html css google-chrome firefox safari

图片不会在firefox和chrome中显示。 Safari工作得很好。我将图像编码为CSS中的背景图像,并以HTML格式编码图像。当我预览页面时,图像只能在safari中看到。为什么?这是在我买了一台新电脑时发生的。

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<body>
<img src="img/background.png" alt="">
</body>
</html>

enter image description here

1 个答案:

答案 0 :(得分:0)

我发现为什么图片没有在firefox和chrome中显示。图像本身就出错了。我发现当我尝试将图像导入photoshop时,photoshopped有一条错误消息“无法放置”background.png“因为文件格式模块无法解析文件。”所以我在html中创建了一个新图像,并在浏览器上显示了图像。