我有以下代碼HTML圖像不顯示在IE 8
<img id="zoomImage" src="products/beddingSupplies/beddingSuppliesProtective/img/th_3.jpg" width="" height="" product="beddingSuppliesProtective3" category="beddingSuppliesProtective" />
<img id="zoomImage" src="products/beddingSupplies/beddingSuppliesProtective/img/th_4.jpg" width="" height="" product="beddingSuppliesProtective4" category="beddingSuppliesProtective" />
<img id="zoomImage" src="products/beddingSupplies/beddingSuppliesProtective/img/th_2.jpg" width="" height="" product="beddingSuppliesProtective2" category="beddingSuppliesProtective" />
上面除了最後一個圖像的,只有在IE8中所有瀏覽器正在工作完美。我試圖重新排序圖像,但不顯示,無論是在第一次的原始三分之一還是最後一次。你能幫我解決嗎?該圖像存在於目錄中。我還刪除了寬度和高度屬性,重命名圖像,清除緩存,但仍然沒有。
由於
http://jsfiddle.net/rtAwu/1/它在IE工作壓力太大,檢查圖像 –