[thelist] Table Row Rollover

Joshua Olson joshua at alphashop.com
Mon Oct 15 09:41:54 CDT 2001


Peter Suggested this:

: <TR onMouseOver="this.style.backgroundColor="#cc0000"
: onMouseOut="this.style.backgroundColor="#0000cc">

The only short coming of this is that it assumes that the entire row should
be triggering the color change.

Nick, you mentioned that the code I provided did not work.  Do you by chance
have the styles on the td's?  The td's should not have and background color
specified for the code I provided to work because that would override the tr
color.

-joshua





More information about the thelist mailing list