overflow
Name: overflow
Description: Specifies what's done with content that's greater than the content area of an element.
Browser Compatibility: IE 4+ / NN 6+ / O 4+
Inherited: No
Values:
- auto
- hidden
- inherit
- scroll
- visible [Initial value]
Code Example:
blockquote {width: 150px; height: 65px; overflow: scroll;}