[RESOLVED] Want to scroll horizontal.

liunx

Guest
Hello!<br />
Making a simple page of graphics... I want the pictures to be side by side with a horizontal scrolling bar, but whenever I do the HTML it automatically makes it vertical. Nothing fancy! Just want it to go right instead of down. <br />
<br />
Please advise!<!--content-->Put it inside this tag! (change width or make fluid)<br />
<br />
<div style="width:500px; overflow: auto"><br />
stuff<br />
</div><!--content-->Put it inside this tag! (change width or make fluid)<br />
<br />
<div style="width:500px; overflow: auto"><br />
stuff<br />
</div><br />
<br />
PERFECT! Figured it out, thanks to you!! :) Have a good day.<!--content-->
 
Top