Moves the selected element to the right or the left edge of the browser window, or If the selected element is inside another element it moves it to the edge of the containing element. Elements that after the floated element move to the right(for left floats) or left(for right floats), and then wrap around the floated element.
float: right;
IE5.5+, FF1+, SA1.3+, OP9.2+
| left | Left side value. |
| none | Does not apply the properties style. |
| right | Right position value. |