View Single Post
Old 09-07-2003, 02:31 PM   #8 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
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 is offline   Reply With Quote