1.
Right-click and copy these two images: |
|
2.
Paste this text between the <head> and </head> tags of your html
file: |
<script language="javascript">
<!--
if (document.images) {var
_614recbutton1=new Image(); _614recbutton1.src="recbutton2.gif";}
//-->
</script> |
3.
Paste this text into the desired location in the body of your html file: |
<a href="your_url.htm"
onMouseOver= "if (document.images) document._53recbutton1.src='recbutton2.gif';"
onMouseOut= "if (document.images) document._53recbutton1.src='recbutton1.gif';"><img
src= "recbutton1.gif" alt="Link Text" name="_53recbutton1" border=0></a> |
4.
Replace "your_url.htm" with the desired page url, and change "Link Text"
to show the name of the page. |
|
5.
Repeat step 3 to create mouseover buttons for as many links as you would
like. |
|