I want many little div-s next to each other, with no linebreak:
<div style="overflow: scroll;">
<div style="float: left; width: 40px;"></div>
<div style="float: left; width: 40px;"></div>
<div style="float: left; width: 40px;"></div>
</div>
the problem is, the width works, but it goes to new line if overflows, so no scroll horizontally.