I\'m working on a album viewer. At the top I want a horizontal container of all the image thumbnails. Right now all the thumbnails are wrapped in a div with float:left
float:left
This way worked for me
main #thumbnailBox { height: 154px; width: auto; overflow-x: scroll; white-space: nowrap;} main .thumbnail { display: inline-block;}