I have a div and 5 divs in it.
<div style="width: 1000px">
<div style="float: left; width: 50px;"></div>
<div style="float: left; width: 50px;"></div>
<div style="float: left; width: 50px;"></div>
<div style="float: left; width: 50px;"></div>
<div style="clear: both;"></div>
</div>
Now i want to adjust the inner divs to the right.