In Drupal, I have a table node that gets generated from mysql user data.
The elements are structured as follows:
<table>
<thead>
</thead>
<tbody>
<tr>
<td>
<td>
</tr>
<tr>
<td>
<td>
</tr
</tbody>
</table>
How would I go about targeting the first td in each tr using CSS?
just using
the support of
:first-childincludes all modern browser, even IE7