Question:

Images in a scroll box?

by  |  earlier

0 LIKES UnLike

How do I make the images in a scroll box go left to right instead of up and down?

This is the code I'm using

<div style="width: 200px; height: 200px; overflow: auto; padding: 4px;">Pictures here</div>

Thanks! :)

 Tags:

   Report

1 ANSWERS


  1. I haven&#039;t tried this method but if you float all the images to the left, I imagine that should work, i.e.

    &lt;img src=&quot;animage&quot; style=&quot;float: left;&quot;&gt;

    or something i&#039;ve used before/seen used before is putting the images in a table in one tr.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.