表 - 不同的列宽

时间:2013-05-30 09:17:43

标签: html html-table

在信息表上编码可以获得任何帮助。该表适用于Chrome和Firefox,但不适用于IE8。我尝试了各种但没有运气。我正在做的人想要它,就像在Chrome / Firefox中一样,没有别的。

从底部向上的两行的宽度与上面的列不同。与chrome / Firefox一样。只需要它在IE8中显示相同。 IE8以相同的宽度显示它们?!

  <table width="669" border="1" align="center" cellpadding="5" cellspacing="0">
    <tr>
      <td width="56" rowspan="18" bgcolor="#E6E6E6" >
         <p align="center">
             <img src="images/awards.gif" alt="Awards" width="22" height="109" align="absmiddle" /></p></td>
                    <td width="66" height="44" ><strong>Category</strong></td>
                    <td  ><div align="center">Awards</div></td>
                    <td colspan="2"><div align="center">Value</div></td>
                  </tr>
                  <tr>
                    <td width="66" rowspan="4" valign="top"><div align="right"><strong>MAIN</strong></div></td>
                    <td width="154" >1st prize and the title <br />
                      of the Young Pianist<br />
                    of the North</td>
                    <td colspan="2" valign="top" class="style3" >&pound;600.00</td>
                </tr>
                  <tr>
                    <td width="154" >2nd prize</td>
                    <td colspan="2" class="style3">&pound;400.00</td>
                </tr>
                  <tr>
                    <td width="154" >3rd prize</td>
                    <td colspan="2" valign="top"><span class="style3">&pound;200.00</span> in total value<br />
                    (<span class="style3">&pound;100.00</span> and WUe* worth <span class="style3">&pound;100.00</span> or more)</td>
                </tr>
                  <tr>
                    <td width="154" height="26" >Up to 3 Diplomas</td>
                    <td colspan="2" ><div align="center">-</div></td>
                  </tr>
                  <tr>
                    <td height="16" colspan="4" bgcolor="#E6E6E6"></td>
                  </tr>
                  <tr>

HTML表格代码的链接为here

1 个答案:

答案 0 :(得分:0)

jsfiddle发布完整代码,您的问题不明确。

我能从你的问题中读到的是,你在行宽方面有对齐问题吗?如果是这样,请尝试为Internet Explorer添加此兼容的元标题

<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>

请参阅此link