I have a div with a height of 500px and a width of 200px. Inside are a bunch of images that are floated left and all 180px wide and 500px high. With 10px padding left and right this means the div will show just one image on pageload.
I'd like this div to scroll horizontally, vertical scroll should be hidden. Because I set a fixed width on the div, the float doesn't seem to put the images next to each other but still beneath each other.
How can I force the images to be displayed next to eachother? How can I achieve horizontal scrolling, is css3 support required?