View Full Version : Scroll content sideways using divs


grow_into_one
07-16-2005, 04:51 AM
Ok, I have a layout that I've made and am in the process of coding it. Thing is, I want the content within one of my divs to scroll sideways instead of down, so that the very last thing in the content will be the furtherest right when you scroll.
Is this possible?

Hope you understand what I mean.

Cheers and thanks! :)

lefty
07-16-2005, 12:43 PM
If you put the content in a table, you can specify an insanely long width so it forces the text to go sideways instead of down. You may be able to use an iframe as well if you want it to scroll.

pb&j
07-16-2005, 06:12 PM
should work with a div doo i think.

<div style="width:900px; height:100px; overflow:auto;">
do a lot of text here that would go really far to the right and so forth and so on.
</div>