Page 1 of 1

Change class on 'onMouseOver'

Posted: Thu Dec 08, 2005 7:36 pm
by HiddenS3crets
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?

Posted: Thu Dec 08, 2005 8:31 pm
by Zoxive

Code: Select all

<td onMouseOver="className='case1';" onMouseOut="className='case2';">
That should work. : p

-NSF

Posted: Thu Dec 08, 2005 8:36 pm
by Nathaniel