overflow: hidden
The box is exactly 100 pixels tall, and the rest of the content is clipped not shown at all.
overflow: auto
The content is clipped, and a scrollbar is added if necessary, so the content.
If your browser doesn't support this CSS property, click here to see what it looks like.