Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to change image onmouseover event

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 243
    Comment on it

    Hello Reader!

    If you are looking for a quick onmouseover event that changes the image over another image then you can use the following library code :-

    <img src='FirstImage.jpg' width='120' height='70' onmouseover="this.src='SecondImage.jpg';" onmouseout="this.src='FirstImage.jpg';" />
    

    Although you can use several others js codes but this is shortest among all and works perfect.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: