【发布时间】:2013-02-02 01:28:51
【问题描述】:
我在这个页面上有一些 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>
【问题讨论】:
-
那么...如果您不发布一些代码,我们如何提供帮助?
-
已添加。但我也附上了页面的 url 以供源代码使用。
-
我也很困惑。我没有发现任何问题.. 适用于 Chrome,但不适用于我的 FF
-
我知道,对吧?我不知道到底是什么问题。
-
在 Firefox 中为我工作(我可以在chemoutsourcing.com/banners.php 上看到所有图片)
标签: html google-chrome firefox image