I use onMouseOver in my <td> tags and i'm trying to change the link class when this happens.
Is there a way to define a class within onMouseOver?
Change class on 'onMouseOver'
Moderator: General Moderators
-
HiddenS3crets
- Forum Contributor
- Posts: 119
- Joined: Fri Apr 22, 2005 12:23 pm
- Location: USA
Code: Select all
<td onMouseOver="className='case1';" onMouseOut="className='case2';">-NSF
Try reading this, found with the ever handy Google.