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
_181face1=new Image(); _181face1.src="face2.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._181face1.src= 'face2.gif';"
onMouseOut= "if (document.images) document._181face1.src= 'face1.gif';"><img
src= "face1.gif" width=78 height=52 name="_181face1" 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. |
|