[TYPO3-core] RFC: #10768: Small rendering/css bug on FE with Text with image
Steffen Kamper
info at sk-typo3.de
Wed May 27 10:26:33 CEST 2009
Hi,
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.
overflow has some magic in, as it's used as clearfix also:
.clearfix {
overflow: auto;
}
* html .clearfix {
height: 1px;
overflow: visible;
}
vg Steffen
More information about the TYPO3-team-core
mailing list