float
Sets on which side of the object the text will flow.
With a value of left or right, the object is treated as block-level—that is, the display property is ignored. For example, floating paragraphs allow the paragraphs to appear side by side on a page.
Objects following a floating object move relative to the position of the floating object.
The floating object is moved left or right until it reaches the border, padding, or margin of another block-level object.
DIV and SPAN objects must have a width set for the float property to render.
This property is defined in Cascading Style Sheets (CSS), Level 1 (CSS1).
A, ADDRESS, APPLET, B, BIG, BLOCKQUOTE, BUTTON, CENTER, CITE, CODE, CUSTOM, DD, DEFAULTS, DFN, DIV, DL, DT, EM, EMBED, FIELDSET, FORM, HN, HR, I, IFRAME, IMG, INPUT TYPE=BUTTON, INPUT TYPE=CHECKBOX, INPUT TYPE=FILE, INPUT TYPE=IMAGE, INPUT TYPE=PASSWORD, INPUT TYPE=RADIO, INPUT TYPE=RESET, INPUT TYPE=SUBMIT, INPUT TYPE=TEXT, LI, OBJECT, OL, P, RT, RUBY, S, SELECT, SPAN, SUB, TABLE, TT, U, UL, VAR, XMP