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";

Example | auto

Δ

Example | hidden

Δ

Example | scroll

Δ

Example | visible

Δ

Example | DOM

Δ

Reference

Δ