My query is similar to previous ones asked here: Horizontal Scrolling? and Horizontal scroll in DIV with many small DIV's inside (no text).
However, I have the additional constraint of programmatically adding div
elements without knowing their size upfront. Is it still possible to achieve horizontal scroll in this scenario?
What should the HTML/CSS structure look like for this situation?