Salve a tutti sono nuovo del forum,
stò lavorando ad un sito http://www.calandrelli.it, ed è sorto un problema: la home page viene visualizzata correttamente da quasi tutti i browser, ma con firefox compare uno spazio bianco al di sotto del filmato flash che costituisce il body della pagina. Tale inconveniente si verifica solo con firefox e sinceramente nn ho minimamente idea a cosa sia dovuto.
il link dove si verifica l'errore è il seguente: http://www.calandrelli.it/main.php?lang=it
il codice della pagina è il seguente:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>home</title>
<style type="text/css">
<!--
.Stile2 {font-size: 24px;
font-weight: bold;
font-family: Calibri;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20" colspan="3" valign="top" bgcolor="#000000"></td>
</tr>
<tr>
<td width="35" height="30" valign="top" bgcolor="#333333"></td>
<td colspan="2" valign="top" bgcolor="#333333">[img]../../resource/layout/it/titles/home.PNG[/img]</td>
</tr>
<tr>
<td height="480" colspan="2" align="center" valign="top" bgcolor="#000000">[img]/resource/layout/ner.png[/img]</td>
<td width="640" valign="top"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="640" height="480" title="home">
<param name="movie" value="/resource/home.swf" />
<param name="quality" value="high" />
<embed src="/resource/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="480"></embed>
</object></td>
</tr>
<tr>
<td height="30" colspan="3" valign="top" bgcolor="#333333"></td>
</tr>
<tr>
<td height="30" colspan="3" valign="top" bgcolor="#000000">[img]/resource/layout/<?=$lang?>/prop_int.PNG[/img]</td>
</tr>
<tr>
<td height="34" colspan="3" valign="top">[img]resource/footer.png[/img]</td>
</tr>
<tr>
<td height="1"></td>
<td width="125"></td>
<td></td>
</tr>
</table>
</body>
</html>
ringrazio in anticipo chiunque voglia cimentarsi con tale problematica.
Grazie Oraz87