Hi,
UDPATE I was passing the along with an AJAX response. Seems like IE doesn't like 'new' CSS... Works fine if placed in stylesheet or initial page request...
internet explorer doesn't seem to react on classes set on tablerows. Is this correct? If so is there a workaround? Or am i doing something wrong?
<style type="text/css">
table tr.red td {background-color:red;}
</style>
<table>
<tr class="red">
<td>test</td>
<td>test</td>
</tr>
<tr>
<td>test</td>
<td>test</td>
</tr>
</table>