2011-08-03 51 views
1

我一直在抓我的头几个小时试图让这个横幅(图像的表)在IE浏览器上正确对齐(看起来完美的Firefox和铬)。我对HTML不太好,任何人都可以帮忙吗?为什么不在IE上对齐这张图片的表格?

<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> 

更新::链路-removed- 这面旗帜看起来完美的在Chrome/Firefox的但不是IE

UPDATE2 ::对不起,链接,你必须是一个返回客户现场

UPDATE3 ::截图上传:

enter image description here

enter image description here

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

+1

固定!增加了一个额外的报价!愚蠢的我。 –

回答

相关问题