0
我有一個小問題,與html img標籤。html <img>標籤顯示gif的,但不顯示jpg的
我的網站上有很多橫幅廣告,但由於某種原因,firefox只顯示gif而不是jpg。
我試圖改變源文件,但沒有多大幫助。
任何人在這裏都知道該怎麼做?
JsFiddle example of the images
<!-- 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>
你可以發佈你的代碼並在jsfiddle中重新創建你的問題嗎? – atmd 2015-02-23 15:10:18
這是否發生在其他瀏覽器?l – 2015-02-23 15:11:29
您能否顯示您的代碼以及發生問題的圖像的名稱? – Tom 2015-02-23 15:15:26