for the
css try this, put this in your <head> tags:
- Code: Select all
<style type="text/css">
td.rowchange:hover {
bgcolor: #CEDFED;
bordercolor: #000000;
border: thin solid #000000;
}
</style>
and this in your table
- Code: Select all
<td class="rowchange" bgcolor="#FFFFFF">stuff</td>