0
<div style="height:100%">
 <table style="height:100%" id="parenttable">
 <tr>
   <td>
      <table id="childtable" style="height:100%">
      <tr>
        <td>
       </td>
      </tr>
      </table>
    </td>
  </tr>

我正在对子表中的数据进行动态隐藏/显示。所以它的高度降低了。但这反过来并没有降低父表的高度。它只出现在 IE 中

4

1 回答 1

0

为什么你没有使用 2 个单独的 div?通过指定css类和相关的javascript会更好。

于 2012-11-15T11:36:39.133 回答