我在这个页面上有一些 jpeg 图像,由于某种原因,它们在 Firefox 或 Chrome 中都没有显示,但在 IE 8 和 9 中很好。如果我单击 Firefox 浏览器源中的图像 URL,它显示得很好。
http://www.chemoutsourcing.com/banners.php
路径是正确的,使用完整和相对 url 的混合,并且正确使用了 IMG 标记。我对这种简单性感到非常困惑。
<div style="margin:5px 0;">
600px by 160px<br />
<img src="http://www.chemoutsourcing.com/images/banner_ads/mainheader_2013_600x160.jpg" border="1" width="600" height="160" alt="" />
</div>
<div style="margin:5px 0;">
600px by 160px<br />
<img src="images/banner_ads/mainheader_Pharma_600x160.jpg" border="1" width="600" height="160" alt="" />
</div>
<div style="margin:5px 0;">
160px by 600px<br />
<img src="images/banner_ads/mainheader_2013_160x600.jpg" border="1" width="160" height="600" alt="" />
</div>
<div style="margin:5px 0;">
160px by 600px<br />
<img src="images/banner_ads/mainheader_Pharma_160x600.jpg" border="1" width="160" height="600" alt="" />
</div>