Ciao Ragazzi,

ho realizzato delle pagine web, ma quando volevo verificare la compatibilità con Netscape succede una cosa stranissima.
Caricando la pagina alcune tabelle vengono ingrandite in maniera spropositata rispetto alla visualizzazione che gli avevo dato con IE, ma la cosa ancor più strana è che facendo il refresh vanno si ridimensionano in maniera corretta.
Qualcuno sa dirmi perchè e sopratutto come evitare questo problema?
Una delle pagine in questione:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> T3LAB - Intro </title>
</head>

<body bgcolor=#C7CCE2 leftMargin=0 topMargin=0 rightMargin=0 marginwidth="0" marginheight="0" marginbottom="0">

<table width="100%" height="85%" border="0" bordercolor=#00FF00 cellspacing="0" cellpadding="0" >
<tr>
<td with="100%" height="100%" align="center">[img]cut_Index/Index_Sup.jpg[/img]</td>
</tr>
</table>


<table width="100%" height="10%" border="0" bordercolor=#00FF00 cellspacing="0" cellpadding="0" >
<tr>
<td with="30%" align="center">[img]cut_Index/English.jpg[/img]</td>
<td with="30%" align="center">[img]cut_Index/logoIndex.jpg[/img]</td>
<td align="center">[img]cut_Index/Italiano.jpg[/img]</td>
</tr>
</table>



</body>
</html>