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
Did you try
white-space: nowrap;
in your #thumbnails_container?