[TYPO3-core] RFC: #10768: Small rendering/css bug on FE with Text with image

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu May 28 14:18:02 CEST 2009


Steffen Kamper wrote: on 27.05.2009 10:26:

> Ernesto Baschny [cron IT] schrieb:
>>
>> Just a note, Patrick: The new CSS does indeed interfere with the
>> rendering of these images in Firefox / Safari (see attached images to
>> bug tracker).
>>
>> We should discuss this briefly when you have some time.

> i also checked and the problem (see #11107) is solved after removing the
> overflow: auto. The floating is still correct.

No, the floating besides an UL is not ok if you remove the
overflow:auto. At least on FF it will then merge bullets into images again.

Any other idea?

Cheers,
Ernesto


> overflow has some magic in, as it's used as clearfix also:
> ..clearfix {
>     overflow: auto;
> }
> 
> * html .clearfix {
>     height: 1px;
>     overflow: visible;
> }



More information about the TYPO3-team-core mailing list