El CSS de la NBA es:
Código:
Y el código de una simple tabla:.playerStats { background-color: #ffffff; color: #000000; font-family: tahoma; font-size: 11px; font-weight: normal; text-align:center;} .playerStatsHover { background-color: #EAEAEA; color: #000000; font-family: tahoma; font-size: 11px; font-weight: normal; text-align:center;}
Código HTML:
<table width="760" border="0" class="playerStats"> <tr> <td>Dani</td> <td>6</td> <td>5</td> <td>4</td> <td>7</td> </tr> </table>
¿Qué debo hacer?