Ciao, per definere un class TD ho fatto così:
e la padina così:codice:table.menusx { background-color: #b0c0f0; width: 154px; } table.menusx td{ background-color: #b0c0f0; width: 154px; }
ma non funziona!codice:<table width="990"> <tr> <td class="menusx" valign="top"> </td> </tr> </table>
Perchè?
Dove sbaglio?