personinthebox
Jun 13 2005, 02:46 PM
I'm trying to get a div layer to scroll horizontally instead of vertically.
Does anyone here know how to do that?
mipadi
Jun 13 2005, 03:08 PM
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
Jun 13 2005, 04:50 PM
Won't this work?
CODE
<style type="text/css">
div {
overflow-y: none;
</style>
talcumpowder
Jun 13 2005, 06:56 PM
^ 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.