'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