'overflow-x' Syntax and Note : overflow x « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'overflow-x' Syntax and Note

Note:

It is applicable to positioned elements only.
It defines how to treat content that exceeds the width.

Syntax:
    
element { overflow-x: value }
elementID.style.overflowX = "value"
document.all.elementID.style.overflowX = "value"
    

      
      








Related examples in the same category

1.'overflow-x' Example
2.'overflow-x' Possible Values
3.'overflow-x' is applied to