I have code:
How to do that Image will be other when user goes over image?PHP Code:
<input type="image" name="request" src="slike/send.gif" >
I have code for normal image
PHP Code:
<a href="" onMouseOver="document.image1.src='mainimage1a.gif'"
onMouseOut="document.image1.src='mainimage1a.gif'">
<img src="image1.gif" name="image1" width="156" height="132">


Reply With Quote
Bookmarks