Skip to content

Instantly share code, notes, and snippets.

@seoagentur-hamburg
Created April 20, 2013 17:05
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 seoagentur-hamburg/5426668 to your computer and use it in GitHub Desktop.
Save seoagentur-hamburg/5426668 to your computer and use it in GitHub Desktop.
Das zur korrekten Darstellung des Buttons nötige CSS
a#kontakt{
position: absolute;
top: 205px;
left: 0;
background: url(feedback_button.png) no-repeat;
background-position: 90% 100%;
width: 35px;
height: 109px;
border:1px solid #999;
display: block;
text-indent: -9999px; /* -- Image Replacement für den Kontaktlink --*/
}
a#kontakt:hover{
position: absolute;
top: 205px;
left: 0;
width: 40px;
height: 109px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment