Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/77.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/google-maps/4.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 图片作为列表项未显示在Chrome浏览器中_Html_Google Chrome_Html Lists_Image - Fatal编程技术网

Html 图片作为列表项未显示在Chrome浏览器中

Html 图片作为列表项未显示在Chrome浏览器中,html,google-chrome,html-lists,image,Html,Google Chrome,Html Lists,Image,由于某种原因,Chrome浏览器停止显示中的图片。它显示在Firefox甚至IE中。我在Chrome Shift+F5中进行了缓存刷新,但没有帮助 下面是相关代码部分 <ul> <li><a href="http://www.itse.co.za" title="For Consulting Services" target="_blank"><img src="images/adverts/itse-hori.jpg" width="280"

由于某种原因,Chrome浏览器停止显示
  • 中的图片。它显示在Firefox甚至IE中。我在Chrome Shift+F5中进行了缓存刷新,但没有帮助

    下面是相关代码部分

    <ul>
        <li><a href="http://www.itse.co.za" title="For Consulting Services" target="_blank"><img src="images/adverts/itse-hori.jpg" width="280" height="158" alt="itse" /></a></li>
    </ul>
    

    出什么事了?这是我的浏览器还是我的代码?

    我在Chrome上测试过,效果很好,请检查浏览器的设置,或者尝试图像中的完整url

    <ul><li><a href="http://www.itse.co.za" title="For Consulting Services" target="_blank"><img src="http://cdn.sejalivre.org/uploads/2011/08/firefox.jpg" width="200" height="200" alt="itse" /></a></li></ul>
    

    您能否在上复制此问题?