Page Layout

float

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.

Example

float: right; 

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

left Left side value.
none Does not apply the properties style.
right Right position value.

Related properties

Can be used with..

Search the Soup!