/ Published in: CSS
URL: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
replacement for text indent: -9999px to hide text for labels & buttons, that doesn't require the browser to render a box 9999+ px wide.
Expand |
Embed | Plain Text
.hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }
You need to login to post a comment.
