Ticket #1696 (new Bug)
img with float: left hard to move
| Reported by: | saul11 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | FCKeditor 2.5 |
| Keywords: | Confirmed | 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
Note: See
TracTickets for help on using
tickets.