Originariamente inviato da Mich_
Per poterti rispondere e` necessario conoscere il codice HTML cui si riferisce il CSS.
Tu parli di testo, ma quel CSS non si riferisce al testo, ma solo ai link contenuti nelle celle di tabella con classe .menu
in effetti per testo intendevo il link (testuale) contenuto nella cella.
Il codice HTML è questo:
codice:
<table border="0" cellspacing="0" cellpadding="0" height="24" width="562">
<tr>
<td class="menu" width="9"></td>
<td class="menu"><a href="#" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide');">
CIAOCIAO</a></td>
<td width="3"></td>
<td class="menu"><a href="#" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide');">
SYSTEM</a></td>
<td width="3"></td>
<td class="menu"><a href="#" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide');">
CIAO</a></td>
<td width="3"></td>
<td class="menu"><a href="#" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide');">MAPPA
</a></td>
<td width="3"></td>
<td class="menu"><a href="#" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide');">CONTACT
</a></td>
</tr>
</table>