[TYPO3-content-rendering] Graphical TMENU - tying up loose ends

Gregor Kaczmarczyk gregor at crazes.de
Tue Jan 10 12:12:14 CET 2006


Stefan Beylen schrieb:

>> /* display: none; --- removed because of IE */
> hm, why?

the comment was wrong and maybe it will work using:

.hidden {
	display:none;
}

as in this case it´s not beccessary using the below technique.

.hidden {
/* display: none; --- removed because of IE */
    position:absolute;
    left:-20000px;
}

i use this technique because of screenreaders. many screenreaders don´t read
content which is "display: none".

but in this case it mostly doesn´t matter.

ciao, greg



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