Created
December 8, 2016 15:13
-
-
Save skorotkiewicz/686ff413ede697fdca8f0eb9a6e36e39 to your computer and use it in GitHub Desktop.
Change Title to URL in CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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