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
_614pushbut_out=new Image(); _614pushbut_out.src="pushbut_in.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._53pushbut_out.src='pushbut_in.gif';"
onMouseOut= "if (document.images) document._53pushbut_out.src='pushbut_out.gif';"><img
src= "pushbut_out.gif" alt="Link Text" name="_53pushbut_out" 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. |
|