DEMO: Hover mouse over the image!
Here are the codes:
Code:
<img alt='Image01' onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlJSitrFdPH3tzK6XEAnYf-_bgyO1jDaIuX-3LtxwJjxujjlt8X-FeHRb0XZXi3uKRr6fUliJ5G9TjYKmnKPN9MUYiaSdvCDzzwatMNd8bjikpLA_NWXLt0IXl0VpYWMRH5enkaTRhuD04/s1600/Image+5.png'" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG1mCUWRxYXLu3572x6IcwDTgkqDi6mh9Tn8AQt9dteXuyphqDlFan_jew2Ybl4dCXAH9gyI5MNzBS-z6zn0u5J1J0L5JyP3JtPwLhs3K8df6TSPaYxn3rklspIVxritSlBr4HkXUWpqt_/s1600/Image+4.png" onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG1mCUWRxYXLu3572x6IcwDTgkqDi6mh9Tn8AQt9dteXuyphqDlFan_jew2Ybl4dCXAH9gyI5MNzBS-z6zn0u5J1J0L5JyP3JtPwLhs3K8df6TSPaYxn3rklspIVxritSlBr4HkXUWpqt_/s1600/Image+4.png'" />
- If you have to place image with mouseover effect through "Edit HTML" section on Blogger use this code (this code may not work on IE);
<img alt='Image01' onmouseout='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG1mCUWRxYXLu3572x6IcwDTgkqDi6mh9Tn8AQt9dteXuyphqDlFan_jew2Ybl4dCXAH9gyI5MNzBS-z6zn0u5J1J0L5JyP3JtPwLhs3K8df6TSPaYxn3rklspIVxritSlBr4HkXUWpqt_/s1600/Image+4.png&apos;' onmouseover='this.src=&apos;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlJSitrFdPH3tzK6XEAnYf-_bgyO1jDaIuX-3LtxwJjxujjlt8X-FeHRb0XZXi3uKRr6fUliJ5G9TjYKmnKPN9MUYiaSdvCDzzwatMNd8bjikpLA_NWXLt0IXl0VpYWMRH5enkaTRhuD04/s1600/Image+5.png&apos;' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG1mCUWRxYXLu3572x6IcwDTgkqDi6mh9Tn8AQt9dteXuyphqDlFan_jew2Ybl4dCXAH9gyI5MNzBS-z6zn0u5J1J0L5JyP3JtPwLhs3K8df6TSPaYxn3rklspIVxritSlBr4HkXUWpqt_/s1600/Image+4.png'/>
In the above codes replace the RED texts with the URL of the main image and the BLUE texts with the URL of the hover image.
4 Responses So Far:
It works fine for me thanks
i used some css previously
now its ok
I'm only getting a image change ONCE. If I try to hover over again, it doesn't change. ?!
@Sarah
this work my friend
Thank you soooooo much!!!
Post a Comment