Well this Post is About Adding Opacity Effect to all Post Images in Blogger.When Your Mouse Pointer is Hovered on the images then this effect will work.By Using This Effect Your Blog Looks More Good and Professional.It Might Attract the Visitors.So Follow these Steps
It's easier than you think.Go to Blogger-Template< Edit Html
Adding Opacity Effect
It's easier than you think.
Now Add the CSS
Above Or Before the Above Tag.
Above Or Before the Above Tag.
img:hover {
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
}
Save The Template.
Now See the Changes.
0 comments:
Post a Comment