Announcement

Collapse
No announcement yet.

Add to Cart mouseover?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Add to Cart mouseover?

    Hi,

    Does anyone know how to create a rollover on the 'add to cart' image?

    Thanks
    Stu

    #2
    Hi Stu

    If your two images for the rollover are called 'addtocart.gif' and 'addtocart2.gif', then you can create the rollover button by going to 'Design | Options | Shop Defaults', specify 'addtocart.gif' as the image for your add to cart button.

    Then if you edit 'Act_CartButtonImage.html' and replace the contents of that with...

    <P align="right">
    <INPUT TYPE="IMAGE"
    NAME="NETQUOTEVAR:BUTTONNAME"
    SRC="NETQUOTEVAR:BUTTONIMG"
    HEIGHT="NETQUOTEVAR:IMAGEHEIGHT"
    WIDTH="NETQUOTEVAR:IMAGEWIDTH"
    ONMOUSEOVER="src='addtocart2.gif' "
    ONMOUSEOUT="src='NETQUOTEVAR:BUTTONIMG' "
    ALT="NETQUOTEVAR:BUTTONLABEL"
    >
    </P>

    Hope that helps

    Comment


      #3
      Ah, fantastic... thankyou for your reply!!!

      Stu

      Comment

      Working...
      X