Hallo,
<tr style="height:50px;">
bin nicht ganz sicher, aber die Höhe gehört ins td.
Hi,
hab alle Höhenangaben in die td's gesteckt, ergibt aber sowohl in Firefox als auch in IE das genau selbe Ergebnis.
<table style="height:100%; Width:100%" border="1">
<colgroup>
<col width="200px">
<col width="*">
</colgroup>
<tr>
<td style="height:50px;">test</td>
<td style="height:50px;">test</td>
</tr>
<tr>
<td>test</td>
<td>test</td>
</tr>
<tr>
<td style="height:50px;">test</td>
<td style="height:50px;">test</td>
</tr>
</table>
Hat noch jemand weitere Tipss?
lg
Rollmops