Quote:
Originally Posted by pa007
Never use display: none; to hide accessibility text as a large majority of screen readers to not display this text either then. Use text-indent:-9999px;
Pete. 
|
I never knew that, good to know. Thanks Pete.
But without the display: none; won't the browser assign some "space" to the div, even though the text is off screen?