clear

Previous- float  |  Next-display

Description

The clear property specifies if an element allows floating elements to its sides. A value of left moves the element below any floating element on its left; right acts similarly for floating elements on the right.

Other values are none, which is the initial value, and both, which moves the element below floating elements on both of its sides. This property is similar in function to HTML 3.2's <BR CLEAR=left|right|all|none>, but it can be applied to all elements.


Initial Value : none

Applies to : all elements

Inherited : no

Possible Values
none | left | right | both | inherit


Previous- float  |  Next-display