无法在Firefox 3.6中使用min-height在桌面上工作

htm*_*mlr 6 css firefox

我有一个问题,min-height没有在我绝对提出的表上工作.但是,我能够使用高度在IE 6中工作(因为我知道IE 6对待高度像最小高度)

有关如何使其工作的任何线索?

<table cellspacing="0" style="position:absolute;top:300px;left:0;width:100%;min-height:100px; height: auto !important; height: 100px">
<tr>
<td> adawdaaw </td>
<td> fefsfs </td>
</tr>
</table>
Run Code Online (Sandbox Code Playgroud)

ano*_*ery 11

height:100px无论如何,只需将其解释为表格上的最小高度.