Ich habe einen Div-Inhalt, der eine feste Breitengröße hat. Innerhalb des Divs habe ich andere Divs - float:left;
was ich brauche:
das Content-Div auf overflow:auto (horizontal) zu setzen, wenn die darin enthaltenen Divs breiter sind als das Content-Div.
<div class="div_26" style="width:10px;height:10px;overflow:auto; ">
<div style="float:left;width:7px;height:8px;">
<div style="float:left;width:7px;height:8px;">
<div style="float:left;width:7px;height:8px;">
</div>