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