Tuesday, 10 September 2013

CSS nth Selectors table rows

CSS nth Selectors table rows

I want to target the following rows with CSS:
<tr class="r0"> *this one*
<tr class="r0">
<tr class="r1"> *this one*
<tr class="r1">
<tr class="r0"> *this one*
<tr class="r0">
<tr class="r1"> *this one*
<tr class="r1">
<tr class="r0"> *this one*
<tr class="r0">
<tr class="r1"> *this one*
<tr class="r1">
Thanks!

No comments:

Post a Comment