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.
overflow: scroll;
IE5.5+, FF1+, SA1.3+, OP9.2+
| 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. |