Thread: Image Swap
View Single Post
  #5  
Old 09-17-2007, 12:15 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Image Swap

ended up using this....

<tr>
<td align="center"><a href="javascript: document.orderform.submit();"
onmouseover="document.atcButton.src='skin1/images/atcButton2.gif';"
onmouseout="document.atcButton.src='skin1/images/atcButton.gif';">
<img name="atcButton" src="skin1/images/atcButton.gif" width="200px" height="37px" />
</a>
</td>
</tr>
__________________
xcart 5.1.2
Reply With Quote