改行なしで、たくさんの小さなdivを並べてほしい:
<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>
問題は、幅は機能しますが、オーバーフローすると新しい行に移動するため、水平方向にスクロールしないことです。