Hello,
I want to have my "Add to Cart" button on my website be able to have rollever effect. Could someone tell me how to do this. This is what I have, but I get errors:
<input type=image SRC=image.gif NAME=blah onMouseOver="function to change image; return true" onMouseOut="function to change image back to original; return true">
What do I do to make this work? I can get it to work if I use <IMG SRC=...> but then it does not submit the info. to the cart correctly. If anyone understands my gibberish and could offer assistance I would greatly appreciate it. Thanks!
D O N