Specifies how to handle content overflow of an element if the content is too wide for the element.
Platform Support
| IE | Netscape | Mozilla | Opera | Safari | 6.0+ | no | no | no | no |
|---|
Values
| inherit | Inherit the value from the parent element. |
| visible | Content is rendered outside of the element. |
| hidden | Content is clipped at the boundaries of the element. |
| scroll | Display scroll bars to access overflow content. |
| auto | Overflow behavior to be determined by the window or user settings. |
Remarks
CSS 3
