This is a theoretical question about the capabilities of CSS.
I know normal practice is to change this server side, but I was wondering if it's possible to use alternate css based on the content of an element. For example if a table division element contains a 0 style it one colour.
<td class="result">0</td>
And anything higher than 0 style an alternate colour
<td class="result">1</td>
<td class="result">5</td>