How do you make DIV\'s that are floated left next to each other not wrap when the browser is re-sized such that the viewport becomes smaller?
div { float:
It is actually really simple. Example of code:
Element { white-space: nowrap; }