I'm facing an issue where I have a container DIV with a width of 100%. Inside this DIV, there are numerous blank DIVs floated to the left with display:block on them (used for testing purposes).
The container has overflow-x:auto set on it. However, when the last div reaches the end of the container, it drops to the next line instead of staying in line with the other DIVs and creating a scroll bar on the container.
How can I prevent the DIVs from dropping to the next line and make them trigger scroll behavior on the container?
Your help is much appreciated! Here's a picture to illustrate the situation: