我试图制造一个徒步的路障,将坐在一个路障的底部,但当重新布局时,它将与部队顶部的人员串通。
表格很容易做到:
<table style="height: 100%;" border="1">
<!-- border so you can see how it resizes -->
<tr id="TOP" style="height: 3em;"><td>TOP</td></tr>
<tr id="GAP"><td>GAP</td></tr>
<!-- content only so you can see what s going on;
I want this to render as empty space -->
<tr id="BOTTOM" style="height: 3em;"><td>BOTTOM</td></tr>
</table>
但我不想使用表格。