1 / 3
May 2013

I was able to change the button images to a custom one, but would like to add a mouseover image. For the View Cart I'm using the following code:



<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=248664&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="images/cart1.gif" height="30" width="102" border="0" alt="View Cart"/></a>

<script language="javascript" type="text/javascript">

<!--

function EJEJC_lc(th) { return false; }

// -->

</script>

<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>



I'd like have the image change when the mouse is over it and return back to the original if it is moved away.

Thanks for any help.



Matt

  • created

    May '13
  • last reply

    May '13
  • 2

    replies

  • 1.2k

    views

  • 2

    users

  • 3

    links

8 days later

Well, even with my lack of "general Web development skills" I figured it out.