Demo: Place your mouse over the image below to see its rollover effect
Image source: mdgraphs.deviantart.com
Making Rollover Effect Image
You have the following code:
<a href="URL ADDRESS"><img src="URL OF THE FIRST IMAGE GOES HERE" onmouseover="this.src='URL OF THE SECOND IMAGE GOES HERE'" onmouseout="this.src='URL OF THE FIRST IMAGE GOES HERE'" /></a>
Change the colored texts as it follows:
1. URL ADDRESS
This is the address you want the image to lead to when it's clicked.
Example : http://www.mybloggertricks.org/
2. URL OF THE FIRST IMAGE GOES HERE
Replace the green text (two times) with image's url address - this is the image shown before you hover over it.
Example: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPw9KVCseyB8c0nQvzIVulgebTwdymFEDMk4UmP-lY0MtRdMmRFLgifmmfs8Oy9e4MR4rOanIAUxRQH1wkoRsZDTBYkjPWgXwcsUNgJcXEZ4uC3Mk0qNAnfWlloyWXLgKCg2ocMtN694J2/s1600/Recommended+Post+Slide+Out+Widget+For+Blogger+Blogspot.png
3. URL OF THE SECOND IMAGE GOES HERE
Replace the text in red with the url of your image - this image will appear when your cursor hovers over it.
Example: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRczTZ29Rv2SU94tw7Qaji8A3RdB0u2EoeqQAOx0Hg3Y2luEnFAX-uxtWLLd04VO38zP4iios3LgwbYZbg33CtP_FDjDglMcQwnUhQfc2LJm_Ed5dxkahsGSd7-E_3S_iEhrh3k50x8F75/s200/blogger+blogspot+like+recommended+posts+widget+gadget.jpg
Now you can paste your image inside a blog gadget, going to Page Elements > Add a Gadget > Select "HTML/JavaScript and add it to your sidebar Or you can add it inside your post by going to New Post > Switch to Edit HTML tab and then paste the code in the empty box. That's it.