clear
Name: clear
Description: Specifices which sides of the current element that doesn't have previously occuring floating elements next to it.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: No
Values:
- both
- inherit
- left
- none [Initial value]
- right
Code Example:
.clearAll {clear: both;}
Comments: Equivalent to the <br clear=[left|right|all]>
HTML element