/ Published in: CSS
URL: http://designfestival.com/when-and-how-to-visually-hide-content/
Better way to hide content whilst still making it available to
Expand |
Embed | Plain Text
.hidden { position: absolute; left: -9999em; top: auto; width: 1px; height: 1px; overflow: hidden; }
You need to login to post a comment.
