Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Created May 4, 2010 20:56
Show Gist options
  • Save jasonmelgoza/389969 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/389969 to your computer and use it in GitHub Desktop.
button style setup
div a.button:active {
background-position:0 -48px;
}
div a.button:link, div a.button:visited {
background:url("/assets/images/application_button_signup.png") no-repeat scroll 0 0 transparent;
display:block;
height:24px;
text-indent:-99999em;
width:75px;
}
div a.button:hover, div a.button:active {
color:#CC0000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment