Onmouseover

ok, i have a table with two cells…

is there a way to have a list of text(not really a list, but links) in one table and have a transparent graphic in the other but when you ‘mouse over’ a certain word in the first cell have it change the image in the second cell and when you aren’t hovering over the text have it go back to the transparent image?

if so, how? :beam:

thanks in advance.

onMouseover="this.className='your class here';"

Then in that class have your bgrd image and whatever set. and of course do one for onMouseout.