/ Published in: CSS
URL: http://www.smashingmagazine.com/2009/05/25/ask-sm-css-quick-question-edition/
Expand |
Embed | Plain Text
a span { display:none; } a:hover span { display:block; position:absolute; float:left; white-space:nowrap; top:-2.2em; left:.5em; background:#fffcd1; border:1px solid #444; color:#444; padding:1px 5px; z-index:10; }
You need to login to post a comment.
