My favorites | Sign in
Project Logo
             
Search
for
Updated Sep 19, 2008 by pilgrim
Labels: about-css, is-css-property, from-microsoft
OverflowXCSSProperty  
The overflow-x property specifies whether content of a block-level element is clipped horizontally when it overflows the element's box.

You are here: Home > CSS Reference > Properties > overflow-x

Usage

Values

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
style.overflowX reflects <div style='overflow-x: auto'> Y Y Y Y Y Y Y Y
style.overflowX reflects <div style='overflow-x: bogus'> Y Y Y Y Y Y Y Y
style.overflowX reflects <div style='overflow-x: hidden'> Y Y Y Y Y Y Y Y
style.overflowX reflects <div style='overflow-x: scroll'> Y Y Y Y Y Y Y Y
style.overflowX reflects <div style='overflow-x: visible'> Y Y Y Y Y Y Y Y

Further reading


Comment by qv.personal, Nov 18, 2008

this doesn't seem to work with hiding iframe scrollbars. (overflow-x:hidden;) In google chrome.

Comment by pallosp, Jan 13, 2009

overflow-x is not supported in Opera 9.25


Sign in to add a comment
Hosted by Google Code