don't allow clearing floats
by Ronny
HTML
<div><input></div><div>Go</div>
CSS
body {white-space: nowrap;}
div {background: red; margin-right: 10px; display: inline-block;}
by Ronny
<div><input></div><div>Go</div>
body {white-space: nowrap;}
div {background: red; margin-right: 10px; display: inline-block;}