当使用rowspan时,IE设置行高无效

问题描述

只是想知道为什么以下HTML不起作用。基本上,每当我在表行上设置rowspan时,IE似乎都会忽略我设置的高度:
<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">
  <tr>
    <td height=\"20\">A</td>
    <td align=\"center\" rowspan=\"3\">
      Test
      <br />Test
      <br />Test
      <br />Test
      <br />Test
      <br />Test
      <br />Test
    </td>
  </tr>
  <tr>
    <td height=\"20\">B</td>
  </tr>
  <tr>
    <td>C</td>
  </tr>
</table>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)