Want to display your image with a touch of animation? then this trick can be useful for you. Well follow these steps for how to make it.
1. Login to blogger
2. When you're posting, enter this code.
<img src="Enter your image URL here" style="opacity:0.2;filter:alpha(opacity=40)"onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" />
3. Put your url in the red text!
the effect will look like this ..... from dim to bright ...
4. You can also create this effect from bright to dim with this code:
<img src="Enter your image URL here" border="1" style="opacity:1;filter:alpha(opacity=100)"onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40"onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/>
look like this:
5. Good luck ....!!
http://templatetrick.blogspot.com/