I am trying to do a table background on CSS that is compatible with both Mozilla and IE but it seems everything I try doesn't work on Mozilla.
I have tried all the following:
Code:
td.1 {
background: #FFFF99;
background-color: #FFFF99;
background: rgb(255, 254, 249);
background-color: background: rgb(255, 254, 249);
}
<td class="1">Off</td>
I dont know and cant find anything else to try. Any help is greatly appreciated.
Thanks,
Stephen
__________________
Thanks
Stephen
|