
How to add a Zoom effect to your blog Images on mouse moveThis is very graceful effect that can use to surprise your blog readers. I’m sure they all will really love it. Lets see how to insert it to your blog.
Here is a preview
OK here is the simple trick
Logging to your blogger account
Go to Edit HTML
Search for “]]></b:skin>” and place the under mentioned code just above it
.bloggers1 img{
-webkit-transform:scale(0.5); /*Webkit 0.7 times the original Image size*/
-moz-transform:scale(0.5);...