View Single Post
  #8 (permalink)  
Old Oct 25th, 2004, 01:18
da_stimulator da_stimulator is offline
Junior Member
Join Date: Oct 2004
Location: USA
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
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>