http://www.ildstorm.dk/ex/ikke_artikel/height_mozilla.htmlprøv at se lidt der.
-----------------------------------------------
<table style="height: 100%; float: left;">
<tr>
<td style="height: 100%; width: 200px; background-color: green; color: white;">
Height: 100%; på <tt>table</tt><br>
Height: 100%; på <tt>td</tt><br>
</td>
</tr>
</table>
<table style="float: left;">
<tr>
<td style="height: 100%; width: 200px; background-color: red; color: white;">
Height: 100%; på <tt>td</tt><br>
</td>
</tr>
</table>
<table style="float: left; height: 100%; ">
<tr>
<td style="width: 200px; background-color: green; color: white;">
Height: 100%; på <tt>td</tt><br>
</td>
</tr>
</table>
----------------------------------------------------
/Casper
www.ildstorm.dk