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
|