Page Layout

overflow

This property is used to specify what should happen to the content of the selected element that overflows the content area height or width specified.

Example

overflow: scroll;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

auto Property value set automatically.
hidden Border style occupies space but is not shown.
scroll Normal behavior, the image will scroll along with the text.
visible Shows overflowed content, outside the box, overlapping other elements.

Related properties

Can be used with..

Search the Soup!