HTML <img> 标签显示 gif,但不显示 jpg 的



我在html img标记方面遇到了一个小问题。

我的网站上有很多横幅,但出于某种原因,firefox只显示gif,而不显示jpg。

我试过更改文件的来源,但没有多大帮助。

这里有人知道该怎么办吗?

Js图像的投标示例

<!-- i didnt use the original links to the website and banners since they are
adult websites. -->
<!-- This one will work since its a gif -->
<p style="text-align: center;"><a href="#" target="_blank"><img border="0" width="468" height="60" src="http://fakesite.com/Upload/Banners/banner1.jpg" /></a>
<!-- This one doesnt -->
<p style="text-align: center;"><a href="#" target="_blank"><img border="0" width="468" height="60" src="http://fakesite.com/Upload/Banners/banner2.gif" /></a>

进入安全模式,然后正常重新启动,jpg显示正常。谢谢@j08691

最新更新