Bug #14147
closedBulletlist incorrect in text with image aligned left
0%
Description
Using content element text with image; image positioned in upper left corner; using RTE to add a bulletlist floating around image.
Where the bulletlist flows around image, the left margin for the bullets is incorrect, therefore the bullets are within image area
Seems to be independant of browser (tested with IE6 and Mozilla 1.7)
See the effect here: http://www10.musterfirma.net/index.php?id=410
(issue imported from #M66)
Updated by Ernesto Baschny over 18 years ago
I can confirm this. There seems to be a CSS problem if we float something to the left. Any bullet-list that is placed to its right will get wrong margins (the bullets might "merge" into the floated image-block). This isn't really related to TYPO3, but with CSS in general. There doesn't seem to be a generic solution to that problem.
A non-TYPO3 sample: http://www.baschny.de/test-bullet.html
I'll discuss the problem in the content rendering group, maybe someone knows a cool solution!