Box Properties

Clear

 
 

Box Properties

Top Margin
Right Margin
Bottom Margin
Left Margin
Margin
Top Padding
Right Padding
Bottom Padding
Left Padding
Padding
Top Border Width
Right Border Width
Bottom Border Width
Left Border Width
Border Width
Border Color

Border Style
Top Border
Right Border
Bottom Border
Left Border
Border
Width
Height
Float
Clear

 

Appearance:

clear: <value>

Possible Values:

none | left | right | both

Initial Value:

none

Applies to:

All elements

Inherited:

No

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.

BreBru.Com Extra Information Techonology HTML