I have two side-by-side inline-divs with widths of 400px.
When the browser is resized to less than 800px width, the second div wraps and overlaps the first. I want them to stay side-by-side with a horizontal scroll bar added to the browser window. I have tried styling body and the divs with whitespace: nowrap. Any ideas?
I’m an idiot. It should be white-space: nowrap. Thanks for the suggestions though…