Skip to content

Instantly share code, notes, and snippets.

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 maxnorton/98fe3f1083b2579eb3f7 to your computer and use it in GitHub Desktop.
Save maxnorton/98fe3f1083b2579eb3f7 to your computer and use it in GitHub Desktop.
Leahy-Langridge image replacement with a fixed-size link
<a href="http://yahoo.com">Text link</a>
a {
background: url("http://joidesresolution.org/sites/default/files/image/kidsPage_blogHere.png") no-repeat transparent;
display: block;
height: 0;
overflow:hidden;
padding: 88px 0 0 0;
width: 116px;
}
/* pen readability settings */
body {
background: #006;
}
a {
margin: 10%;
}
/* /readability */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment