Salve,
sto creando un piccolo sito di un clan..semplice semplice..con tabelle in pagine html e un banner in flash.. Di solito provo il tutto con Firefox avviando l'anteprima di Dreamweaver CS3.
Oggi sono andato a provarlo con IE 7 ed ecco quello che mi da:

Invece con Firefox questo:

Questo è il link alla pagina web: http://www.ruzzoworld.net/test2/home.html
Come posso risolvere?..
Di seguito vi posto la parte del codice della pagina web riferita alle tabelle:
codice:
<table width="950" height="206%" border="0">
<tr>
<td height="252" colspan="2" align="left" valign="top"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','945','height','250','src','flash/banner','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash/banner' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="945" height="250">
<param name="movie" value="flash/banner.swf" />
<param name="quality" value="high" />
<embed src="flash/banner.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="945" height="250"></embed>
</object></noscript></td>
</tr>
<tr>
<td style="background:url(immagini/principale.png) no-repeat" width="735" rowspan="5" align="left" valign="top" ></td>
<td style="background:url(immagini/menu.png) no-repeat" width="200" height="200" align="left" valign="top">Menu</td>
</tr>
<tr>
<td width="200" height="5" align="right" valign="top"></td>
</tr>
<tr>
<td style="background:url(immagini/menu.png) no-repeat" width="200" height="200" align="left" valign="top">Games</td>
</tr>
<tr>
<td width="200" height="5" align="left" valign="top"></td>
</tr>
<tr>
<td style="background:url(immagini/menu.png) no-repeat" width="200" height="200" align="left" valign="top">Sponsors</td>
</tr>
<tr>
<td style="background:url(immagini/footer.png) no-repeat" colspan="2" height="31"></td>
</tr>
</table>