Skip to content

Instantly share code, notes, and snippets.

@agibralter
Created December 1, 2010 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agibralter/722953 to your computer and use it in GitHub Desktop.
Save agibralter/722953 to your computer and use it in GitHub Desktop.
#badge_global {
background: url(/images/badges/all_badges_sprite.png) no-repeat top left;
}
#badge_global.sprite-CouchPotato{ background-position: 0 0; width: 50px; height: 50px; }
#badge_global.sprite-Eagle{ background-position: -52px 0; width: 50px; height: 50px; }
#badge_global.sprite-EarlyBird{ background-position: -104px 0; width: 50px; height: 50px; }
******
<li id="badge_global" class="sprite-Eagle"></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment