be inverti i valori...:
codice:
<table summary="qui riepilogo">
		<caption>qui didascalia</caption>
		<tr>
				<th scope="col"> </th>
				<th scope="col">2004</th>
				<th scope="col">2005</th>
				<th scope="col">2006</th>
				<th scope="col">2007</th>
		</tr>
		<tr>
				<th scope="row">mesi</th>
				<td>val1</td>
				<td>val2</td>
				<td>val3</td>
				<td>val4</td>
		</tr>
		<tr>
				<th scope="row">anni</th>
				<td>val5</td>
				<td>val6</td>
				<td>val7</td>
				<td>val8</td>
		</tr>
		
</table>
ciak