Opened 17 years ago
Closed 12 years ago
#1696 closed Bug (duplicate)
img with float: left hard to move
Reported by: | Paul Moers | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | FCKeditor 2.5 |
Keywords: | Cc: |
Description
After I assign a className to an inserted image (163x163px) that makes it float to the left, moving the image around becomes hard and sometimes impossible.
The class is assigned through the styles dropdown list and assign .pictureLeft to the img. I also have a pictureRight class, but that one works perfect.
The styles:
.pictureLeft { border: 2px solid #616161; margin: 7px 23px 7px 0px; float: left; } .pictureRight { border: 2px solid #616161; margin: 6px 0px 6px 20px; float: right; }
Change History (2)
comment:1 Changed 17 years ago by
Component: | General → Core : Styles |
---|---|
Keywords: | Confirmed added; image classname style float left move removed |
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Confirmed in IE and FF2.
Very strange behavior although the code says the image has been dragged inside the text:
the picture appears below the text, not inside the text as should be.