On this site, if you will notice the button labeled "BUY"
When you mouseover it in IE, Chrome, and Safari it turns red, but it doesn't work in Mozilla for some reason.
<A HREF="javascript:document.myform.submit()" border="0" onmouseover="document.myform.BuyGray21.src='images/BuyButton-Red.jpg'" onmouseout="document.myform.BuyGray21.src='images/BuyButton-Gray.jpg'" onclick="return val_form_this_page()">
<img src="images/BuyButton-Gray.jpg" name="BuyGray21" border="0" width="50" height="18" id="BuyGray21"/></A>
This is the code that I am using. Any help is greatly appreciated!