- Description
Sets how a browser should display content that exceeds it's set size.
Value of auto and browsers make scrollbars avalable when needed.
Hidden content exceeding the size is clipped.
Scroll will generate scrollbars.
Visible and content should be visible outside the container.- Example
div{ height:100px; overflow:scroll; }
- Values
- auto, hidden, scroll, visible
- Default value
- visible
- Introduced in CSS version
- 2.1
- Applies to elements
- Block level elements
- Inherited
- No
- Browser Support
Browsers IE 
Firefox 
Safari 
Opera 
Chrome 
Versions full 7, part 5 1 1 7 0.2
Belongs to:
See the full list CSS properties and browser support: CSS Properties