Skip to content

Instantly share code, notes, and snippets.

@paularmstrong
Created August 18, 2011 00:06
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 paularmstrong/1152976 to your computer and use it in GitHub Desktop.
Save paularmstrong/1152976 to your computer and use it in GitHub Desktop.
Use CSS3 to Display Link Targets
a[href^=http]:hover:after,
a[href^=http]:link:hover:after {
margin: 0 0 0 5px;
padding: 0 0.2em;
content: '(' attr(href) ')';
font-size: 0.8em;
position: absolute;
background: #C6CFEB;
color: #3A57AB;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment