'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