Help - Search - Members - Calendar
Full Version: Horizontal Scroll???
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
personinthebox
I'm trying to get a div layer to scroll horizontally instead of vertically.

Does anyone here know how to do that?
mipadi
Fill it up with enough content horizontally that it won't fit in its assigned area or on the screen, and it should add a scrollbar automatically.
mona lisa
Won't this work?
CODE
<style type="text/css">
div {
overflow-y: none;
</style>
talcumpowder
^ That would only disable vertical overflow, not make it scroll horizontally.
Type with no spaces between the words.... That's the only way I can think of.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.