Hallo zusammen
Ich möchte innerhalb einer Tabelle mit width="100%" eine weitere Tabelle mit.. na ihr wisst schon.. width="100%" erstellen. Soweit sogut.Aber das Prob ist, dass Netscape4 die Tabelle bzw. die Spalten darin falsch anzeigt.
Bsp:
<table cellspacing="0" cellpadding="0" border="0" width="100%" bgcolor="#CCCCCC">
<tr><td>
<table cellspacing="0" cellpadding="0" border="0" width="100%" bgcolor="#FFFFFF">
<tr>
<td width="5"> </td>
<td width="100%"> </td>
<td width="5"> </td>
</tr>
</table>
</td>
</tr>
</table>
Die Tabelle müsste doch jetzt so aussehen:
________________________________________________
| _____________________________________________ |
| | | | | |
| |5 | 100% |5 | |
| |__|_____________________________________|__| |
|_______________________________________________|
Die beiden Spalten mit width="5" werden nun aber ein wenig breiter angezeigt...