Tips and Trick to improve the look of bloggers to make it more relevant and fantastic

blogger

Bloggers - Meet Millions of Bloggers

Make Transparent Effect In Image

This time I will give a trick to make effects on images. This effect is known as the mouse over effect on image ..... or the effects of the mouse on the image. So if you put your cursor over the image then the image will be brightened or dimmed otherwise. It's like transparency effects.

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/

Translate

SiteMap

Visitor

Visitor:

Template Trick. Powered by Blogger.