[TYPO3-core] RFC: #14514: Long lines in module menu are unreadable

Steffen Kamper info at sk-typo3.de
Mon Jun 21 12:24:58 CEST 2010


Hi,

Xavier Perseguers schrieb:
> Hi,
> 
>>> If modules have a very long entry in module menu, the text is not 
>>> readable.
>>>
>>> See screenshot before / after
>>> Tested in FF, Safari, IE 7/8
>>>
>>> vg Steffen
>>
>> Does this work across browsers?
> 
> According to http://www.htmlpedia.org/wiki/Min-height, I'd like to read 
> this instead to support IE6:
> 
> #typo3-menu li ul li {
>     height: 21px;
> }
> 
> html>body #typo3-menu li ul li {
>     height: auto;
>     min-height: 21px;
> }

i tested in IE 7/8 and didn't saw any side effect, can someone test in 
IE6? if this hack isn't needed it would be perfect.

vg Steffen


More information about the TYPO3-team-core mailing list