Mouse Over + Mouse Click Effect

Try to move the mouse crusor and click on the image below to see what happens.  This effect can be used to make buttons, too.

Cut and paste the source code of the above script here (Read  How to Cut N Paste for help)
 

<!-------------Cut------------>
<HTML>
<HEAD>
<TITLE>Mouse Click Effects</TITLE>

<SCRIPT>
<!--
function ShowPicture(nam,Pic)
{
document.images[nam].src = Pic
}
//-->
</SCRIPT>

</HEAD>
<BODY>
<A HREF="javascript: ShowPicture('SHOWPAD','MouseClick.gif')" onMouseOver="ShowPicture('SHOWPAD','MouseOver.gif')" onMouseOut="ShowPicture('SHOWPAD','NoMouse.gif')">
<IMG SRC="NoMouse.gif" NAME="SHOWPAD" BORDER=0>
</A>
</BODY>
</HTML>
<!-------------End------------>
IMPORTANT: The scripts provided in this page are free as long as you keep the credits in the code.  E-mail me or use Script Rebuild Service for additional help about Cut N Paste or to ask for a script that is just for you.
 


Post Your Script Home