Scusa, mi sono sicuramente spiegato io male...
In pratica io ho questo codice:
_________________________________________________________________<style>
a:link{color:#800000;text-decoration:none}
a:hover{color:red;text-decoration:none}
a:visited{color:#800000;text-decoration:none}
</style>
<style fprolloverstyle>
a:hover{color:red;text-decoration:none}
</style>
</head>
<body leftmargin="0" topmargin="0" target="principale">
<table align="center" width="100%" height="100%" cellpadding="0" cellspacing="0" style="border-right: 1 solid #000000">
<tr><td valign="top" style="border-right: 0 solid #000000">
<p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">
<table align="center" width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr><td valign="up">
<br><br>
<table align="center" cellpadding="2" width="75%" cellspacing="0" style="border: 1 solid #000000">
<tr><td align="center" style="border-bottom: 1 solid #000000" bgcolor="#FFFFFF" width="117">
<p align="center" style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><font face="Arial" color="#000080"><b>MENU'</b></font>
<tr><td align="center" bgcolor="#FFFFFF" style="border-bottom: 1 solid #C0C0C0" width="117"
onmouseover="this.style.backgroundColor='#E9E9E9'"
onmouseout="this.style.backgroundColor='#FFFFFF'">
<p align="left"><b><font face="Arial" size="2"><a href="home.htm">Home</a></font></b>
<tr><td align="center" bgcolor="#FFFFFF" style="border-bottom: 1 solid #C0C0C0" width="117"
onmouseover="this.style.backgroundColor='#E9E9E9'"
onmouseout="this.style.backgroundColor='#FFFFFF'">
<p align="left"><b><font size="2" face="Arial">Novità</font>
</b>
<tr><td align="center" bgcolor="#FFFFFF" style="border-bottom: 1 solid #C0C0C0" width="117"
onmouseover="this.style.backgroundColor='#E9E9E9'"
onmouseout="this.style.backgroundColor='#FFFFFF'">
<p align="left"><b><font size="2" face="Arial">Foto</font>
</b>
<tr><td align="center" bgcolor="#FFFFFF" style="border-bottom: 1 solid #C0C0C0" width="117"
onmouseover="this.style.backgroundColor='#E9E9E9'"
onmouseout="this.style.backgroundColor='#FFFFFF'">
<p align="left"><b><font face="Arial" size="2">Chat</font></b>
<tr><td align="center" bgcolor="#FFFFFF" style="border-bottom: 1 solid #C0C0C0" width="117"
onmouseover="this.style.backgroundColor='#E9E9E9'"
onmouseout="this.style.backgroundColor='#FFFFFF'">
<p align="left"><b><font face="Arial" size="2">Forum</font></b>
<tr><td align="center" bgcolor="#FFFFFF" style="border-bottom: 1 solid #C0C0C0" width="117"
onmouseover="this.style.backgroundColor='#E9E9E9'"
onmouseout="this.style.backgroundColor='#FFFFFF'">
<p align="left"><b><font size="2" face="Arial">Bacheca</font></b>
<tr><td align="center" bgcolor="#FFFFFF" style="border-bottom: 1 solid #C0C0C0" width="117"
onmouseover="this.style.backgroundColor='#E9E9E9'"
onmouseout="this.style.backgroundColor='#FFFFFF'">
<p align="left"><b><font size="2" face="Arial">Links</font></b>
<tr><td align="center" bgcolor="#FFFFFF" width="117"
onmouseover="this.style.backgroundColor='#E9E9E9'"
onmouseout="this.style.backgroundColor='#FFFFFF'">
<p align="left"><b><font face="Arial" size="2">Webmaster</font></b>
</table>
</table>
</table>
</body>
_________________________________________________________________
Così, quando passo sopra la cella con il mouse, questa diventa grigia, ma per far cambiare il colore anche al testo devo per forza passarci sopra. E' possibile, passando solo sopra la cella, cambiare sia il colore di questa, sia quello del testo?
Grazie
dnd*