miss_kitty: Netscape 4.7 und colgroup?????

Beitrag lesen

leider ist netscape etwas begriffsstutzig, was tabellen betrifft, das sollte funktionieren:

<table border="1" width="100" cols="70,30">
<colgroup>
<col width="70">
<col width="30">
</colgroup>
<tr>
<td width="70">1</td>
<td width="30">2</td>
</tr>
<tr>
<td>3</td>
<td>4</td>
</tr>
</table>

der colgroup-tag wird aber unterstützt! er war mal meine letzte rettung, als gar nichts so ging, wie ich es wollte.