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.
If I don't want to define a minimal width because I don't know the amount of elements the only thing that worked to me was:
display: inline-block; white-space: nowrap;
But only in Chrome and Safari :/