how to change an image to another image when hover -
how to change an image to another image when hover -
how can alter image image when hover? have image , have alter image image when mouseover. how can that?
presently, have image 1 , have alter image 1 image 2 when mouseover on image 1. , don't know how that. know how alter colors hover don't know how alter image.
<div style="position:absolute; top:1050px; left:360px;"><img src="image1.jpg"><div>
<img src="image1.jpg" onmouseover="this.src='image2.jpg'" onmouseout="this.src='image1.jpg'">
image hover
Comments
Post a Comment