Thread: Image Swap
View Single Post
  #4  
Old 09-17-2007, 10:50 AM
  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

man...

I added this to the product.tpl

<td align="center" width="200px" height="37px" onmouseover="this.class.name='atcButton2'" onmouseout="this.class.name='atcButton1'"><A href="javascript: document.orderform.submit();">Add to Cart</a></td>

and this to my css file

td.atcButton1{
background:#ffffff url(images/atcButton.gif) no-Repeat;

}
td.atcButton2{
background:#ffffff url(images/atcButton2.gif) no-Repeat;
}

I even tried it with an internal style and nothing... am I calling it right?
__________________
xcart 5.1.2
Reply With Quote