Skip to content

Instantly share code, notes, and snippets.

@emayk
Created October 24, 2013 09:33
Show Gist options
  • Select an option

  • Save emayk/7134078 to your computer and use it in GitHub Desktop.

Select an option

Save emayk/7134078 to your computer and use it in GitHub Desktop.
css sprite
Change the css property background-position.
#logo-link
{
width:191px;
height:151px;
text-decoration:none;
display:block;
background-image:url(dw-logo-sprite.jpg);
background-position:191px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment