'clear' Syntax and Note : clear « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'clear' Syntax and Note

Note:

Whether the element allows other floating objects on its sides.

Syntax:
    
element { clear: value }
elementID.style.clear = "value"
document.all.elementID.style.clear = "value" // IE only
    

      
      








Related examples in the same category

1.'clear' Example
2.'clear' Possible Values
3.'clear' is applied to