min-height: Minimale Höhe

<div style="margin-left:100px;width:200px;min-height:100px;border:1px solid #0000ff;">
min-height:100px
</div>
min-height:100px
<table style="table-layout:fixed;">
<tr style="min-height:200px;">
<td style="border:1px solid #0000ff;">min-height:100px</td>
</tr>
</table>
min-height:100px