Properties
CSS
overflow
The overflow property specifies whether content of a block-level element is clipped when it overflows the element's box.
CSS2
overflow: visible | hidden | scroll | auto | inherit
| Initial: | visible |
| Applies To: | non-replaced block-level elements, table cells, and inline-block elements |
| Inherited: | no |
| Percentages: | NA |
| Media: | visual |
DOM
[window.]document.getElementById("element-id").style.overflow = "overflow";
