overflow-x

Specifies how to handle content overflow of an element if the content is too wide for the element.

Platform Support

IENetscapeMozillaOperaSafari
6.0+nononono

Values

inheritInherit the value from the parent element.
visibleContent is rendered outside of the element.
hiddenContent is clipped at the boundaries of the element.
scrollDisplay scroll bars to access overflow content.
autoOverflow behavior to be determined by the window or user settings.

Related

text_css aptana_docs