#12105 closed Bug (invalid)
Image alignment - bulleted lists do not wrap correctly.
Reported by: | Zoltan Koszegi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Oracle | Cc: |
Description
If a bulleted list wraps to the right around a left-aligned image, the bullets do not move with the list. Instead, the bullets appear left aligned on top of the image, and the list text wraps to the right of the image.
STR (I used full featured demo page with IE11)
- Clear the page and insert a larger graphic.
- Create a bulleted list below the image.
- Select the image and apply a left-alignment.
- The bullet text wraps to the right of the image, but the bullets appear at the left margin on top of the image.
Please see the attached image.
Attachments (1)
Change History (3)
Changed 10 years ago by
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.4.1 |
comment:2 Changed 10 years ago by
Well, it's not a browser issue - it's a CSS's default behaviour. One may not like it, but it's not a bug definitely. And it can be "fixed" by tweaking CSS.
This is Browser issue which can be fixed with appropriate CSS rules.
Please see: http://stackoverflow.com/questions/710158/why-do-my-list-item-bullets-overlap-floating-elements
What you can do is experiment with
overflow:hidden
or below rules.