Skip to content

Instantly share code, notes, and snippets.

@skorotkiewicz
Created December 8, 2016 15:13
Show Gist options
  • Save skorotkiewicz/686ff413ede697fdca8f0eb9a6e36e39 to your computer and use it in GitHub Desktop.
Save skorotkiewicz/686ff413ede697fdca8f0eb9a6e36e39 to your computer and use it in GitHub Desktop.
Change Title to URL in CSS
<!-- demo http://jsfiddle.net/jy47X/1/ -->
<style>
a, div:hover span { display: none; }
div:hover a { display: block; }
</style>
<div>
<span>tralala</span>
<a href="">tradfdlala</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment