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






'overflow' Syntax and Note

Note:

How to deal with exceeded element content. 
This style is applicable to positioned elements only.

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

      
      








Related examples in the same category

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