Usually, we create hover effects by changing: font color, font styles, border styles, background, and etc. But there are a lot more that we can do with hover. We can use hover to beautify design, minimize clutter, and display additional information. In this article, I'm going to provide various examples of websites that maximize the use of hover. Also, I will provide several quick tutorials on how to create different mouse hover effects. So, read on.
1. Using hover to beautify layout
I use hover to beautify the layout of IconDock. For example, when you mouse over the blog title or the sidebar link, it displays an arrow.
2. Using hover to minimize clutter
QBN makes its layout look cleaner by hiding the extra buttons on default. When you mouse over a link block, the buttons will appear. Imagine how clutter it will be to display those buttons on every block.
Gucci puts focus on their product images by hiding the variations. When you hover the product image, it displays the variations and allows you to navigate through them.
3. Using hover to display additional information (tooltip)
Coda combines CSS and Javascript to create a beautiful tooltip. When you mouse over the download link, additional information about their software fades in.
On Best Web Gallery, I use jQuery to display a larger image of the screencap.
Tutorials
Image Hover (see demo)
The following CSS tutorial imitates the hover effect as seen on the Gucci and QBN site. It hides the .links paragraph on default. When the cursor is over the <div> block, it will set the paragraph to display:block.
Animated Hover (see demo)
The following demo use jQuery to animate the <em> text when you hover the link, as seen on the Coda site. Read my jQuery tutorials to learn how to do this.
jQuery Tooltip
Head over to CSS Globe to see the jQuery tooltip that I use for Best Web Gallery.







Is this the same type of hovering that one would use when creating a hover that would say give more detail to an item? It looks really similar. I am taking a refresher course on the latest in CSS, but they haven’t gone over the cool hovering that I see on so many shopping sites that give more detail of the products they are selling. This would be a very useful tool for me to learn. Thanks for the info you have here, if you happen to know where I can find info on what I am mentioning, please post it here – or send me an email. So far, they haven’t touched on what I want to learn more about at all in my course, and it only has two more weeks left of classes.
Some great demo’s but I noticed IE8 displays a 2/3px border around the Animated Hover demo as the em block shifts. Flawless in firefox but IE8 could be considered problematic.
Excellent tutorial help much to order and specify all that our site have.
Very good
Greetings
http://www.oterodesing.com Spanish Web design
You are amazing. really nice site.
A pleasure read your blog.
Wow! If you go to http://www.promotionalway.com you will see how ‘hover’ is used on the photos of our promotional products and custom business gifts. I think, however the ideas in this post might be better and deserve serious consideration.
I-LOVE-YOU!!!!!
these are awesome! thanks
thanks! i was having trouble with mouseover/mouseout and the demos gave me exactly what i was looking for :)
cheers!
nice comments styling by the way
The ultimate Tutorial about “How to impress your wife with CSS and JavaScript”. Everlasting!
Thanks for that!
I was talking about gucci, wasn’t I?
Its amazing how many amazing things you can can do to add a littel bit of extra oomf to a design.
Specially the tool tip
very interseting read thank you
great work thanks alot for that tutorial
The ultimate Tutorial about “How to impress your wife with CSS and JavaScript”. Everlasting!
I hope you will keep updating your content constantly as you have one dedicated reader here.
Thank you for introducing me know.
Thank you for your good advice.
The image hoverblock is very eloquent and dead simple. Thanks for this resource!