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






'overflow-y' Syntax and Note

Note:

Applied to positioned elements only.
Control content that exceeds the its container's height.

Syntax:
    
element { overflow-y: value }
elementID.style.overflowY = "value"
document.all.elementID.style.overflowY = "value"
    

      
      








Related examples in the same category

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