我有此圖像: 「http://interstatic01.gameloft.com/igp/videos/images/d9/end_screen_71.jpg」 在這個非常簡單的html中,它不會顯示標題中提到的2個設備。jpg圖像不在Safari中顯示(iphone 3gs和ipod)
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div ><!-- it may show full image depending on browsers, eg: firefox -->
<img src="http://interstatic01.gameloft.com/igp/videos/images/d9/end_screen_71.jpg" />
</div>
</body>
</html>
注意:如果我直接在safari瀏覽器的url欄中輸入url,我可以看到它。 碰巧當它在一個標籤,或者當設置爲CSS背景
如果添加alt =「img」,它會說什麼? – Roadirsh
沒有任何反應。我只看到頁面左上角的一個很小的正方形。加入ALT =「IMG」,即非常小的正方形剛剛2個像素之後更寬我認爲 – ionescho
@Roadirsh的'alt'屬性用於[提供描述該圖像的文本(http://en.wikipedia.org/維基/ Alt_attribute),例如爲盲人或作爲工具提示。 – DarkDust