In my facelets template, there is div min-hight. It does’t work in Firefox Browser.
<div class="body">
<table>
<tr>
<td valign="top" width="100%" style="min-height: 400px;">
<ui:insert name="body"/>
</td>
</tr>
</table>
</div>
What I need to do for these two browsers.
Try with
As feeela said, “min-height applies to block level and replaced elements“