BLarrabee
08-10-2005, 10:54 PM
I'm fairly familiar with event handlers and the use of "onMouseOver" and "onMouseOut' ... is there a way to change the background color of an individual cell in a table row using onMouseOver?
Thanks
Thanks
|
||||
Table Cell BGcolors & Event HandlersBLarrabee 08-10-2005, 10:54 PM I'm fairly familiar with event handlers and the use of "onMouseOver" and "onMouseOut' ... is there a way to change the background color of an individual cell in a table row using onMouseOver? Thanks Mr J 08-10-2005, 11:08 PM Please try the following <td onmouseover="this.bgColor='red'" onmouseout="this.bgColor='blue'">TD background colour change</td> |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum