FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

make button and see effekt

 


Matee
Quote:
<html>
<head>
<script>
image1=new Image();
image1.src="1a.gif";

image2=new Image();
image2.src="2b.gif";

image3=new Image();
image3.src="3b.gif";

image4=new Image();
image4.src="4b.gif";

</script>
</head>
<body>
<a href="ofirmie.html" onmouseout="image1.src='1a.gif'; return
true" onmouseover="image1.src='1b.gif'; return true">
<img name=image1 src="1a.gif" border="0"></a>


<a href="ofirmie.html" onmouseout="image2.src='2a.gif'; return
true" onmouseover="image2.src='2b.gif'; return true">
<img name=image2 src="2a.gif" border="0"></a>


<a href="ofirmie.html" onmouseout="image3.src='3a.gif'; return
true" onmouseover="image3.src='3b.gif'; return true">
<img name=image3 src="3a.gif" border="0"></a>


<a href="ofirmie.html" onmouseout="image4.src='4a.gif'; return
true" onmouseover="image4.src='4b.gif'; return true">
<img name=image4 src="4a.gif" border="0"></a>





</body>
</html>


you need 1a-4b.gif
and
1b-4b.gif
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.