由於某些原因,IE10不會在我的網頁左側的圖標中打開圖像。 Chrome和Firefox沒有問題。以下是包含圖像的表格的代碼。圖像'漢'顯示爲一個像素高達196px的垂直線。 :IE 10不會在屏幕左上角打開我的網頁圖像
<table style="width:100%" align = "center">
<tr>
<td>
<img src= "images/han.jpg" height = "196" width "304">
<p class = "co">Find your target first.</p>
</td>
<td>
<img src = "images/logo.gif" height = "294" width ="582" >
<br>
<p class ="co">So what's the bag limit on womp rats anyway?</p>
<td>
<img src = "images/greedo.jpg" height = "196" width = "304">
<p class = "co">Bad table fare.</p>
</td></tr></table>
這真的很明顯,我在這裏失蹤。每一頁都有相同的錯誤。
你可以創建一個jsfiddle來演示這個嗎?請注意,您在徽標圖片後缺少關閉的td標籤。 – UnknownFury 2014-12-05 13:39:04