【发布时间】:2015-02-03 16:31:53
【问题描述】:
由于某种原因,IE10 无法打开我网页左上角的图像。 Chrome 和 Firefox 没有问题。这是包含图像的表格的代码。图像“han”显示为一条 196 像素高的垂直像素线。 :
<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 标记。
标签: html image internet-explorer