à l'aide de nth-child dans les tableaux tr td

<table>
  <tr>
    <th>&nbsp;</th>
    <td>$</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th>&nbsp;</th>
    <td>$</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th>&nbsp;</th>
    <td>$</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th>&nbsp;</th>
    <td>$</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th>&nbsp;</th>
    <td>$</td>
    <td>&nbsp;</td>
  </tr>
</table>

Voici mon code, je veux <td>s avec "$" avec un fond de #CCC dans tous les <tr>s.

Quelqu'un peut-il m'aider comment faire cela en utilisant nth-child, pseudo classes?

OriginalL'auteur | 2013-03-16