Thread
:
table cell highlight and text change on mouseover
View Single Post
09-07-2003, 02:31 PM
#
8
(
permalink
)
bdl
Senior Contributor
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
I had forgotten about this method I used once upon a time, works the same, less typing:
Code:
<td onMouseOver="this.bgColor='#D3D3D3'"; onMouseOut="this.bgColor='#FFFFFF'";>
bdl
View Public Profile
Find More Posts by bdl