Neredbojias wrote:
> On 23 Apr 2008, Bergamot <> wrote:
>
>>>> with IE not work, I see this
>>>> div1 div2 div3 div5 div6
>>>> div4
>>>
>>> Try putting "clear:right;" on div3.
>>
>> That won't do anything if all the divs are floated left.
>> http://www.w3.org/TR/CSS21/visuren.html#flow-control
>
> Okay, then how about this:
>
> <div>
> <div>div1</div>
> <div>div2</div>
> <div style="float:none;">div3</div>
> <div>div4</div>
> <div>div5</div>
> <div>div6</div>
> </div>
>
> ...ie, just don't float the 3rd div.
Not sure why you put that extra div around all of it, but I suppose it
it depends on the particular content and styling whether that would give
the desired results. It could work, given the right conditions.
--
Berg