float

Previous- height  |  Next-clear

Description

The float property allows authors to wrap text around an element. This is identical in purpose to HTML 3.2's ALIGN=left and ALIGN=right for the IMG element, but CSS1 allows all elements to "float," not just the images and tables that HTML 3.2 allows.


Initial Value : none

Applies to : all elements

Inherited : no

Possible Values
left | right | none | inherit


Previous- height  |  Next-clear