Can CSS 2.1 be used to achieve horizontal overflow only?
overflow: auto;
If this code will result in both vertical and horizontal scrollbars for a block element, is there a way to display only horizontal scrollbars (for example, within a <div>
)? How can this be achieved?