I need to create a container DIV style that contains multiple other DIV\'s. It is asked that these DIV\'s wouldn\'t wrap if the browser window is resized to be narrow.
The combo you need is
white-space: nowrap
on the parent and
display: inline-block; // or inline
on the children