I have a question similar to the one asked before here Horizontal Scrolling? and Horizontal scroll in DIV with many small DIV's inside (no text) .
But an additional constraint is that I will be adding div
programatically and may not know the size of each div
upfront.
In this case is it possible to achieve horizontal scroll?
How should the HTML/CSS look?