View Full Version : Horizontal Scrollbar..


twistabomb
09-28-2004, 03:18 PM
Just wondering if there was a way to make all items placed in a div auto scroll horizontally instead of vertically? I made the box smaller than the amount of content in it, and am trying to put everything on one line however somehow my picture, though on the same line as everything else, ends up getting put on a new line.

MaGiCSuN
09-28-2004, 03:29 PM
try this:

<table border="0" cellspacing="0" cellpadding="0" width="##" height="##"><tr><td>
all images here behind each other
</td></tr></table>

put above code inside the div around the images.
make the height the same height as the images, and width can be set i'm not sure if it will affect anything if you leave it out. Just test it :)

you could also try a div:

<div height="##" width="##">
images here</div>

and put that inside the other div.

love,
Mirna