Inaccuracy: considering adding the Kellum method for the How To: Hide Content article
Created by: ckundo
The -10000px method has performance implications for the browser. An alternative method is described here: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}