Ciao, per definere un class TD ho fatto così:
codice:
table.menusx {

   background-color: #b0c0f0;
   width: 154px;
}

table.menusx td{

   background-color: #b0c0f0;
   width: 154px;
}
e la padina così:
codice:
<table width="990">
<tr>
<td class="menusx" valign="top">
</td>
</tr>
</table>
ma non funziona!
Perchè?
Dove sbaglio?