[SOLVED]working with tables <td> and onmouseover
Posted: Wed Feb 15, 2006 10:48 am
hy,
i need some help, with this:
i have this table with all this rows and columns:
each time the mouse goes over for example of the first <td> the rest of the others <td> in the same row<tr> they need to change the background to and not just one <td>...
can someone give me a help on this one... thanks
i need some help, with this:
i have this table with all this rows and columns:
i just understand the basic of CSS and javascript, i need some help that is:<tr>
<td width=\"5%\" bgcolor=\"$color\"> $result[0]</td>
<td width=\"20%\" bgcolor=\"$color\"> $result[3]</td>
<td width=\"20%\" bgcolor=\"$color\"> $result[4]</td>
<td width=\"30%\" bgcolor=\"$color\"> $result[5] $result[6]</td>
<td width=\"25%\" > </td>
</tr>
each time the mouse goes over for example of the first <td> the rest of the others <td> in the same row<tr> they need to change the background to and not just one <td>...
can someone give me a help on this one... thanks