Return to Snippet

Revision: 43803
at March 31, 2011 03:18 by lamebollock


Initial Code
.hidden {
    position: absolute;
    left: -9999em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

Initial URL
http://designfestival.com/when-and-how-to-visually-hide-content/

Initial Description
Better way to hide content whilst still making it available to

Initial Title
When and How to Visually Hide Content

Initial Tags
css

Initial Language
CSS