Re: div-float



Try this:

<div>
div1 div2 div3
</div>
<div style="clear:both;">
div4 div5 div6
</div>

Try also:

div1 div2 div3
<div style="clear:left;"></div>
div4 div5 div6

thanks for solution;
but must resolve only with style (not adding other div) if is possible;
I postd also code (see my Re myself)
.