float

Specifies if an element should float towards the left or right margin of its parent element or web browser.

Platform Support

IENetscapeMozillaOperaSafari
4.0+4.0+1.0+6.0+1.0+

Usage

["left" | "right" | "none"]

Values

inheritInherit the value from the parent element.
leftFloat towards the left margin of the parent element.
rightFloat towards the right margin of the parent element.
noneNo float.

Availability

W3C CSS2

Related

text_css aptana_docs