Skip to content

Instantly share code, notes, and snippets.

@dancourse
Created July 10, 2012 15:28
Show Gist options
  • Save dancourse/3084074 to your computer and use it in GitHub Desktop.
Save dancourse/3084074 to your computer and use it in GitHub Desktop.
Sliding doors for George
/*Sliding doors */
a.appstore {
background: transparent url("../images/spritesheet.png") top left;
background-position: -11px -11px;
display: block;
height: 74px;
width: 175px;
text-indent: -9999em;
}
a.appstore.download_iOS {
background-position: -11px -89px;
}
a.appstore.download_iOS:hover {
background-position: -11px -11px;
}
a.appstore.download_Android {
background-position: -191px -89px;
}
a.appstore.download_Android:hover {
background-position: -191px -11px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment