misslilbit02
Programmer
Hi,
I'm trying to do sort of like a thumbnail and dynamically show the picture thingy. I'm using the onmousedown event but I want to be able to have a default image appear. Can someone help me with my current code or give a totally new concept as to do what I want. You can view this example at
<IMG SRC="html/images/tshirt-button_02.gif" ALT=" " ONMOUSEdown="document.images['large'].src='html/images/rednwhcapsleeve-ETHB.gif'">
<IMG SRC="html/images/tshirt-button_04.gif" ALT=" " ONMOUSEdown="document.images['large'].src='html/images/gr-ETTHB.gif'">
<IMG SRC="html/images/tshirt-button_05.gif" ALT=" " ONMOUSEdown="document.images['large'].src='html/images/blu-ringer-ETTHB2.gif'">
<IMG SRC="html/images/tshirt-button_06.gif" ALT=" " ONMOUSEdown="document.images['large'].src=''">
<BR><BR>
<IMG SRC="html/images/spacer.gif" ALT=" " NAME="large">
Thanks a million
I'm trying to do sort of like a thumbnail and dynamically show the picture thingy. I'm using the onmousedown event but I want to be able to have a default image appear. Can someone help me with my current code or give a totally new concept as to do what I want. You can view this example at
<IMG SRC="html/images/tshirt-button_02.gif" ALT=" " ONMOUSEdown="document.images['large'].src='html/images/rednwhcapsleeve-ETHB.gif'">
<IMG SRC="html/images/tshirt-button_04.gif" ALT=" " ONMOUSEdown="document.images['large'].src='html/images/gr-ETTHB.gif'">
<IMG SRC="html/images/tshirt-button_05.gif" ALT=" " ONMOUSEdown="document.images['large'].src='html/images/blu-ringer-ETTHB2.gif'">
<IMG SRC="html/images/tshirt-button_06.gif" ALT=" " ONMOUSEdown="document.images['large'].src=''">
<BR><BR>
<IMG SRC="html/images/spacer.gif" ALT=" " NAME="large">
Thanks a million