I'm looking for code to make background images in a <TD> change with a mouseover. Currently I use the following code for a mouseover effect for graphics:
<a href=""
onmouseover="move_it('menu4','images/right_menu4b.gif')"
onmouseout="move_it('menu4','images/right_menu4.gif')">
But this time I want to use simple text (because we'll probably change these often) and only have the background change....leaving the text in the <TD>
Any help would be much appreciated!
<a href=""
onmouseover="move_it('menu4','images/right_menu4b.gif')"
onmouseout="move_it('menu4','images/right_menu4.gif')">
But this time I want to use simple text (because we'll probably change these often) and only have the background change....leaving the text in the <TD>
Any help would be much appreciated!