Mouseover Image






Put this between your HEAD-tags
<style type="text/css">
img.blank {border: 0px;}
img.box {border: solid red 2px;}
-->
</style>


Put this where you want it:
<a href="yourpageadress.com">
<img border="0" onmouseover="this.className='box'" onmouseout="this.className='blank'" src="yourimgadress.gif" width="100" height="50"></a>


Free JavaScripts provided
by Winfolinx.com


Back