由于某些原因,Chrome浏览器停止显示<li></li>
中的图片。它显示在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>
出了什么问题?是我的浏览器还是我的代码?
答案 0 :(得分:0)
我在Chrome中进行了测试,但它确实有效,请检查浏览器的设置,或者尝试使用图片中的完整网址。
<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>