I am trying to come up with a way to use the onMouseOver command to display a background image in a <table> section, rather than simply changing background colors...
I need to go from a solid color -- > IMAGE --> and back to the solid color for the onMouseOut command.
What I have so far, only change solid colors...
<TD BGCOLOR="#DEDFDF" VALIGN=MIDDLE ALIGN=MIDDLE WIDTH=100 onMouseover="this.style.backgroundColor='#CCE0FF'; this.style.cursor='hand';" onMouseout="this.style.backgroundColor='#DEDFDF'" onclick="window.location.href='http://www.gun-talk.com'"><A HREF="http://gun-talk.com">Icon Test 3</A></TD>