[TYPO3-content-rendering] GTMENU (Graphical Text Menu)

Michael Stucki michael at typo3.org
Sat Jul 2 15:46:29 CEST 2005


JoH wrote:

> <span>Whatever</span>
> together with
> SPAN{visibility:hidden;}
> 
> will output nothing in most screenreaders, since they translate visibility
> to "hearability".
> You should give the <span> width, height and overflow:hidden
> and then set line-height > height+font-size
> This will move the text outside of the visible area while still keeping it
> visible.

Or easier:
| position: absolute;
| margin-left: -999px;

Though I'm not sure if this is allowed for <span> tags. But you might use
<div> otherwise.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-project-content-rendering mailing list