Skip to content

Instantly share code, notes, and snippets.

@rbnrivera
Created May 10, 2011 20:18
Show Gist options
  • Save rbnrivera/965293 to your computer and use it in GitHub Desktop.
Save rbnrivera/965293 to your computer and use it in GitHub Desktop.
none
<style type="text/css">
.assistly-widget a {
display: block;
background: url(http://imagepath.com/bttn.png) no-repeat !important;
background-position: -2px -80px !important;
height: 52px;
width: 100% !important;
overflow: hidden;
text-indent: -900px;
}
.assistly-widget a:hover {
background-position: -2px -11px !important;
}
.assistly-widget span {
display: block;
background: url(http://imagepath.com/bttn.png) -2px -146px no-repeat !important;
height: 52px;
width: 100% !important;
overflow: hidden;
text-indent: -900px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment