Richard Czeiger wrote:

CSS Question here: How do I get a horizontal scroll bar in a <DIV>
but NOT a vertical scroll bar?
make sure to layout your content horizontally, so that overflowing
content will overflow to the right (for example). overflow-x and
overflow-y are CSS3 and are not well-supported at the minute, as far as
i know, so i wouldn't recommend those properties.

<div style="overflow:auto;">
<span>foo</span><span>foo</span><span>foo</span><span>foo</span>
</div>

hope that helps,

- Thorsten
******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to