Get 25% Discount For HostGator- $110 OFF! | Series: Become a Pro Blogger!, Create and Sale Ebooks , PDF Editing Ways


Sunday, February 7, 2010

Top 10 Widely Used Image Hover Effects In Blogosphere!



 Image-Hover-Effect-for-blog You might have seen a roll over Image effect in many professional and commercial blogs. By roll over I mean that when you hover your mouse cursor on the Image, the image border colour and style/appearance changes. Well using some simple CSS you can add some amazing effects to your Blog Images. Without wasting any time lets jump straight to the steps to be followed.

This tutorial uses a simple pattern for adding codes i.e First you will need to add a CSS code just above ]]></b:skin> and then you will need to add a small HTML code like class="xyz"  to the image code inside your posts. That’s it! :>

First and Foremost See them in action!

Live Demo :- 10 Amazing Image Hover Effects!



How To Add the Top 10 Amazing Image Mouse Hover Effects To Blogger?

To do this follow these steps,

  1. Go to Blogger > Layout > Edit HTML
  2. Search for ]]></b:skin>
  3. And now paste any of your preferred CSS: code just above ]]></b:skin>

Now whenever you write a post, simply upload an image in your blogger Editor and then switch to the Edit HTML mode and search for this code <img and paste the HTML: code of your preferred Image effect just after <img as shown below,

image-hover-effects

Number #1

CSS:

.simple1 {
  padding:5px;
  border:1px solid #ccc;
  }
.simple1:hover {
  padding:5px;
  background-color:#ccc;
  }

HTML:

class="simple1"

Number #2

CSS:

.simple2 {
  padding:5px;
    background-color:#ccc;
border:1px solid #ddd;
  }
.simple2:hover {
  padding:5px;
   background-color:#eee;
border:1px solid #666;
  }

HTML:

class="simple2"

Number #3

CSS:

.black-white {
  padding:5px;
border:1px solid #ccc;
  }
.black-white:hover {
padding:5px;
  background-color:#fff;
border:10px solid #000;
  }

HTML:

class="black-white"

Number #4

CSS:

.dashed {
  padding:5px;
border:1px solid #ccc;
  }
.dashed:hover {
padding:5px;
  background-color:#fff;
border:2px dashed #000;
  }

 

HTML:

class="dashed"

Number #5

CSS:

.top-bottom {
  padding-top:5px;
  padding-bottom:5px;
border-top:3px solid #ddd;
border-bottom:3px solid #ddd;
  }
.top-bottom:hover {
  background-color:#fff;
border-top:3px solid #000;
border-bottom:3px solid #000;
  }

HTML:

class="top-bottom"

Number #6

CSS:

.curtain {
  padding-top:10px;
  padding-bottom:10px;
border-top:2px solid #ddd;
background-color:#000;
border-bottom:2px solid #ddd;
  }
.curtain:hover {
  background-color:#fff;
border-top:3px solid #000;
border-bottom:3px solid #000;
  }

HTML:

class="curtain"

Number #7

CSS:

.red {
  padding:5px;
border:1px solid #ccc;
  }
.red:hover {
padding:5px;
  background-color:#E71305;
border:10px solid #ddd;
  }

HTML:

class="red"

Number #8

CSS:

.Fadein{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:0;
}
.Fadein:hover{
filter:alpha(opacity=50);
-moz-opacity: 0.30;
opacity: 0.30;
border:0;
}

HTML:

class="Fadein"

Number #9

CSS:

.Fadein2{
filter:alpha(opacity=50);
-moz-opacity: 0.30;
opacity: 0.30;
border:2px solid #000;

}
.Fadein2:hover{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:2px solid #000;
}

 

HTML:

class="Fadein2"

Number #10

CSS:

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{
position: absolute;
background-color: #7AA1C3;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: white;
text-decoration: none;
}
.thumbnail span img{
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{
visibility: visible;
top: 0;
left: 5px;
}

 

HTML: For knowing how to apply this popping effect in detail read this post –> Image Pop-up Effect

<a class="thumbnail" href=""><img src="Add Image URL Here" width="100px" height="100px" border="0px" /><span><img src="Add Image URL Here" /><br /> Image Description here </span></a>

 

You can enjoy playing with these codes using MBT HTML Editor. I hope you will find this tutorial pretty useful in further enhancing your cool blogging experience :>>



Respected Readers:
We educate thousands of bloggers a week with our tutorials. To help us go ahead with the same spirit, a small contribution from your side will highly be appreciated.


If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you subscribe to our regular Email Updates!

Thanks for making this possible! Kindly Bookmark and Share it.
Technorati Digg This Stumble Facebook Twitter
Create your own blog!

18 comments:

Comment Page :
Anup@ Hack Tutors on 7:19 AM, February 07, 2010 said... #

You are really coll in CSS and HTML! Good job. Keep going on Mohammad ;)

RAHUL on 4:52 PM, February 07, 2010 said... #

great job mohammad you are on your way in unique content

mary on 5:23 PM, February 07, 2010 said... #

realy: THANK YOU VERY MUCH!

you number #1 fan
mary =))

P.s. Like I see a banner above my head and i'm shouting that =))

Mohammad Mustafa Ahmedzai on 10:33 PM, February 07, 2010 said... #

@Anup @Rahul @mary

Love you all :> I am flattered!

Sreejesh on 11:04 AM, February 08, 2010 said... #

How to make the #10 popup default for all the images in the post page of the template like you did it in one of your template?

Sreejesh on 11:05 AM, February 08, 2010 said... #

Oops, I forget to thank you for this:)

Beben on 1:11 AM, February 10, 2010 said... #

its cool...hover trick's

Mohammad Mustafa Ahmedzai on 12:08 AM, February 11, 2010 said... #

@Sreejesh

You have to add it too all your images individually to make it work. MBT Church Theme has this added to all its images. BTW how long does it take to add it to most images? :>> It is fun so try it :D

brand show on 12:04 AM, February 14, 2010 said... #
This comment has been removed by a blog administrator.
சசிகுமார் on 9:28 AM, April 06, 2010 said... #

Friend very cool tips

hacker9 on 2:14 PM, June 19, 2010 said... #

thank u very much for the share . am gonna add this on my blog.

Mohammad Mustafa Ahmedzai on 6:46 PM, June 26, 2010 said... #

Great! Thanks for your tricks! It works well on my site
By the way I try to test for the "highlight for the author comnment..."
I am Khánh Trắng From Viet Nam
Join me : www.khanhtrangonline.com

anjani kumar soni on 12:34 PM, July 31, 2010 said... #

i tried your #10 image hovering but its not working in my blog.
but it work fine in my another blog.
i don't want to change my template wat can i do ?

Google Adsense Code Converter on 7:58 PM, August 22, 2010 said... #

Thanx Ya Man

عرب ماستر on 7:59 PM, August 22, 2010 said... #

Nice Topic

Anonymous said... #

Hola, quisiera agradecer este excelente truco, me es de mucha utilidad, les agradezco mucho!..... desde Sur-America

Hi, i from LatinoAmerica, and i want say that this post is excelent!, thanks!, good bye!

Anonymous said... #

Thanks so much, i love this efects!

HP Ce285A toner expert on 6:28 AM, April 02, 2011 said... #

How I wish there is a Wordpress Plug in for this :(

Confused? Feel free to ask

Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Try the tutorial on our HTML Editor
3. Please do not spam Spam comments will be deleted immediately upon my review.

Regards,
Mohammad

 

Recent Posts

Join Me On Facebook

4907+ Followers

Join The Team!

Licensed Under CC

Recent Comments

Follow Me On Twitter

1954+ Followers

| My Blogger Tricks (MBT) © 2012. All Rights Reserved | Contact | About |