'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