Salve..sto per pubblicare un sito..facendo le prove in locale ho visto che una tabella "reagisce" in modo diverso ai codici a seconda del browser..mentre su IE è tutto perfetto..su FIREFOX mi prende colori non suoi..potete aiutarmi??vi posto il codice..
<table width="100%" border="3" cellpadding="1" cellspacing="0" bgcolor="blue">
<tr>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center" height="30"><a href="index.html">Home</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="scuole.html">Scuole</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="metodo.html">Metodo</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="pof.html">P.O.F.</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="progetti.html">Progetti</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="alunni.html">Alunni</td>
</tr>
<tr>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="dirigente.html">Dirigente</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="docenti.html">Docenti</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="genitori.html">Genitori</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="link.html">Link</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="contatti.html">Contatti</td>
<td style="background-color: 'cceecc';" onmouseover="this.style.background='00cc99'" onmouseout="this.style.background='cceecc'" align="center" valign="center"height="30"><a href="istituto.html">Istituto</td>
</tr>
</table>
Mi sapete dire dov'è il problema???
Thank's![]()
![]()