为什么这张图表不能在IE上对齐?

时间:2011-08-03 21:15:34

标签: html image internet-explorer html-table

我一直在摸不着头脑试图让这个横幅(图像表)在IE上正确对齐(在Firefox和Chrome中看起来很完美)。我对HTML不是很了解,有人可以帮忙吗?

<table id="Table_01" width="750" height="100" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td rowspan="2"><a href="javascript:showToySkillHopup(); void(0);"> <img src="" width="221" height="100" alt="" ></img></a></td>
        <td><a href="/buy/Skill+Level=Colors+-and-+Shapes?viewheader=N" target="_self"> <img src="" width="114" height="51" alt=""></img></a></td>
        <td><a href="/buy/Skill+Level=Eye-Hand+Coordination?viewheader=N" target="_self"> <img src="" width="144" height="51" alt=""></img></a></td>
        <td><a href="/buy/Skill+Level=Language+-and-+Letters?viewheader=N" target="_self"> <img src="" width="133" height="51" alt=""></img></a></td>
        <td><a href="/buy/Skill+Level=Movement?viewheader=N" target="_self"> <img src="" width="138" height="51" alt=""></img></a></td>
    </tr>
    <tr>
        <td><a href="/buy/Skill+Level=Numbers?viewheader=N" target="_self"> <img src="" width="114" height="49" alt=""></img></a></td>
        <td><a href="/buy/Skill+Level=Problem+Solving?viewheader=N" target="_self"> <img src="" width="144" height="49" alt=""></img></a></td>
        <td><a href="/buy/Skill+Level=Social+-and-+Emotional+Growth?viewheader=N" target="_self"> <img src="" width="133" height="49" alt=""></img></a></td>
        <td><a href="/buy/Skill+Level=Vision+-and-+Hearing?viewheader=N" target="_self"> <img src="" width="138" height="49" alt=""></img></a></td>
    </tr>
</table>

更新:: link- -removed- 这个横幅在Chrome / Firefox中看起来很完美但不是IE

UPDATE2 ::抱歉,您必须成为返回客户的链接

UPDATE3 ::截图上传:

enter image description here

enter image description here

我添加了所有aimg,但仍然没有对齐。

1 个答案:

答案 0 :(得分:2)

您缺少一些</a>结束标记。