Learn How to change image on hover

Urdu:

Meray Pass Aik Bohot Achi aur Asaan Tip Aap k Lie Aaaj Hai....
Jo Boot Faida Mand Ho gi Aaap K Lie...
Ye Code Try Karain image1 ko Replace Karney k Lie... Code ko body k andar daalain jahan aap chataty hain pic show ho ... " aur ' quotes ko bohot dekh bhaal k lagain un ki same jagah per....

English:

 I have a very easy and basic hover effect tips today, which can be very useful.
try the code below replacing image1 ect with your image name. put the code in the body where you want the images to appear.be carefull to keep the " and ' quotes in the same places.
CODE:
<img src="image1.gif"
onmouseover="this.src='image2.gif'"
onmouseout="this.src='image1.gif'"> 

0 comments:

Post a Comment