gibt es eigentlich eine Möglichkeit, 3D Effekt bei Tabellenränder in Netscape zu verhindern?
hi oli,
setze doch einfach deine Tabelle in eine zweite. zb:
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=1 WIDTH="500" HEIGHT="500" BGCOLOR="#FF0000" >
<tr>
<td ALIGN=CENTER>
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=1 WIDTH="400" HEIGHT="400" BGCOLOR="#FFFFFF" >
<tr>
<td>asdfadsfa</td>
</tr>
</table>
</td>
</tr>
</table>
liebe Grüße
Pipolino