Wordpress css hover

jdunhin

New member
Joined
Feb 27, 2013
Messages
93
Points
0
Hi

Sharing a tip for developers :)

I am using sprite images and when I hover it just use the bottom part of the image. This is very handy to speed up your website or blog.

CSS:

#ID {
width: 136px; //SIZE OF THE ONE PART OF THE IMAGE
height: 48px;
background-image: url("THE-IMAGE");
background-position: top; //TOP PART OF IMAGE
display: block; //MAKE THE IMAGE A LINK
}

#ID:hover {
background-position: bottom; //BOTTOM PART OF THE IMAGE
}

HTML:
<a id='ID' href="http://LINK"> </a>
 
Older threads
Replies
8
Views
3,538
Replies
1
Views
2,291
Replies
1
Views
2,251
Replies
1
Views
2,120
Replies
5
Views
2,271
Newer threads
Replies
0
Views
2,216
Replies
0
Views
2,415
Replies
6
Views
4,289
Replies
6
Views
3,529
Replies
4
Views
3,177
Latest threads
Recommended threads
Similar threads

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top