ciao Ragazzi!

sto realizzando un sito...

http://www.reggiocalabriaonline.com/tmp/

se lo aprite con firefox succede una cosa stranissima ai menu laterali, che sono dei semplici file .php inclusi...
ovviamente se lo aprite con internet explorer funziona perfettamente...

firefox in pratica fa partire il file subito dopo il comando include precedente e non dopo che finisce il codice incluso!
CHE CAZZATA TREMENDA!!!

come posso risolverlo sto problemone?

Grazie
Francesco

vi posto i codici:
codice:
        
        <td width="130" align="center" valign="top" height="30">
		<? include ("lingua/$lingua/tpl/link.menu.php"); ?>
		<? include ("lingua/$lingua/tpl/societa.menu.php"); ?>
		<? include ("lingua/$lingua/tpl/lingua.menu.php"); ?>
		</td>
ho provato anche cosi:
codice:
        
        <td width="130" align="center" valign="top" height="30">
		<? include ("lingua/$lingua/tpl/link.menu.php"); ?>

		<? include ("lingua/$lingua/tpl/societa.menu.php"); ?>

		<? include ("lingua/$lingua/tpl/lingua.menu.php"); ?>

		</td>
ma niente lo stesso

i tre file inclusi sono delle semplici tabelle...
(ne posto uno, gli altri sono tutti uguali..)
codice:
<table class="menu" border="1" cellpadding="0" cellspacing="0" class="menu" width="130" style="border-collapse: collapse" 
bordercolor="FFFFFF"> 
<tr> 
<td bordercolor="#000000" height="0" bgcolor="#87D5F6"><font color="000000">LINK</font></td>
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
In Città</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
In Provincia</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Gli Eventi</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
La Reggina Calcio</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');">
La Via Marina</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');">
Template</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Speciale Olimpiadi</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
News</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
link</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
link</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
link</td>
</tr> 
<tr> 
<td bordercolor="#000000" height="0"><? include ("utenti.inc.php"); ?>
</td> 
</tr></table>
qui ho provato anche ad aggiungere un tag

codice:
...
..
.
<tr> 
<td bordercolor="#000000" height="0"><? include ("utenti.inc.php"); ?>
</td> 
</tr></table>
ho anche provato ad unire i tre file in uno, ma il rislutato non cambia...



onde evitare che potesse sembrare un problema di include, ho copiato il codice incluso e l'ho messo nella cella incriminata...

cosi:
codice:
 <html>

<head>

<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="inc/css.css" type="text/css">
<title>TEMPLATE - Reggio Calabria OnLine - Reggio di tutto di più!</title>
		<script language="JavaScript">
<!--
   browserName = navigator.appName;
   browserVer = parseInt(navigator.appVersion);
   if ( (browserName == "Netscape" && browserVer >= 3) ||
   (browserName == "Microsoft Internet Explorer" && browserVer >= 4)) compat = "true";
   else compat = "false";

   function jumpBox(list) {
    	    if (compat == "true") {
              location.href = list.options[list.selectedIndex].value;
           }
   }

   function back() {
   	if (compat == "true") {
   	history.go(-1)
   	}
   }

   function mOvr(src,clrOver)
   {

   if (!src.contains(event.fromElement))
   {
   src.style.cursor = 'hand'; src.style.backgroundColor = clrOver;
   }
   }
   function mOut(src,clrIn)
   {
   if (!src.contains(event.toElement))
   {
   src.style.cursor = 'default';
   src.style.backgroundColor = clrIn;
   }
   }
   function mClk(src)
   {
   if(event.srcElement.tagName=='TD')
   {
   src.children.tags('A')[0].click();
   }
   }
// -->
    </script>

</head>

<body>


<table align="center" border="2" cellspacing="0" bordercolor="#800000" width="758" id="TABELLA MADRE" 
style="border-collapse: collapse" cellpadding="0" bgcolor="#FFFFFF">
  <tr>
    <td width="100%" align="center" valign="top">
    
    <table border="0" cellspacing="0" width="100%" id="TABELLA LOGO E BANNER" cellpadding="0" 
    style="border-collapse: collapse" bordercolor="#111111">

...CUT...

    </table>
    
    
    <table border="0" cellspacing="0" style="border-collapse: collapse" id="TABELLA CORPO CENTRALE" 
    bordercolor="#000000" width="100%" id="CORPO CENTRALE" height="330" cellpadding="0">
      <tr>
        

        <td width="130" align="center" valign="top" height="30">
		<table border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#000000" width="150" bgcolor="FFFFFF">
 <tr><td align="center">

<table class="menu" border="1" cellpadding="0" cellspacing="0" class="menu" width="150" style="border-collapse: collapse" 
bordercolor="FFFFFF"> 
<tr> 
<td bordercolor="#000000" height="0" bgcolor="#87D5F6"><font color="000000">LINK</font></td>
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
In Città</td> 
</tr> 

<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
In Provincia</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Gli Eventi</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
La Reggina Calcio</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');">

La Via Marina</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');">
Template</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Speciale Olimpiadi</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
link</td> 

</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
link</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
link</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
link</td>
</tr> 
<tr> 

<td bordercolor="#000000" height="0">


<p class="menustat">Pagine viste: <script language="JavaScript" src="http://reggio/stats/view_stats.js.php?mode=4&style=0&digits=1"></script>

Visitatori online: <script language="JavaScript" src="http://reggio/stats/view_stats.js.php?mode=0&style=0&digits=1"></script></p>

</td> 
</tr></table>



<table class="menu" border="1" cellpadding="0" cellspacing="0" class="menu" width="150" style="border-collapse: collapse" 
bordercolor="FFFFFF"> 
<tr> 
<td bordercolor="#000000" height="0" bgcolor="#CCFFCC"><font color="000000">SOCIETA'</font></td>

</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Chi Siamo</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Mission</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Utility</td> 
</tr> 
<tr> 

<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Supporto</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');">
Dicono Di Noi</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');">
Lo Staff</td> 
</tr> 
<tr> 
<td bordercolor="#000000" height="0"></td> 
</tr>

</table>



<table class="menu" border="1" cellpadding="0" cellspacing="0" class="menu" width="150" style="border-collapse: collapse" 
bordercolor="FFFFFF"> 
<tr> 
<td bordercolor="#000000" height="0" bgcolor="#008080"><font color="FFFFFF">LINGUA</font></td>
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Italiano</td> 
</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Inglese</td> 

</tr> 
<tr> 
<td bordercolor="#000000" onmouseover="mOvr(this,'#EBEBEB');" onmouseout="mOut(this,'transparent');"> 
Spagnolo</td> 
</tr> 

<tr> 
<td bordercolor="#000000" height="0"></td> 
</tr>
</table>


</td></tr></table>
		</td>
        
        

        <td width align="left" valign="top" height="30">        
<h1 align="center">Titolo della pagina</h1>
<table border="0" width="100%" align="center" border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1">
    <tr>

...CUT...

    <p align="center">extra footer</td>
  </tr>
</table>


</body>

</html>
ma, ahimè! il risultato non cambia...


Grazie!
Francesco