Re: div-float
- From: Gus Richter <gusrichter@xxxxxxxxxxxx>
- Date: Tue, 22 Apr 2008 17:58:49 -0400
dorayme wrote:
In article <a5ydncWZoaaI1JPVnZ2dnUVZ_hninZ2d@xxxxxxxxxx>,
Gus Richter <gusrichter@xxxxxxxxxxxx> wrote:
Neredbojias wrote:On 22 Apr 2008, artev <mailnotspammm@xxxxxxxxxxx> wrote:Try also:
if I have 6 divs,Try this:
div1 div2 div3 div4 div5 div6
if I use float:left for all, the divs are all near in one row.
how can to have put side by side in two rows;
i.e. first 3 near and other 3 near but below; notice: I not want use other div for group first 3; but want use the
style;
I tested with insertion on div4 the clear:left; div4 ok I have in 2nd row but is all expanse and not have near the
div5 and div6.
howcan resolve?
------------------------------------------------
other: for to have
<div>
div1 div2 div3 </div>
three div near using the float and one external div that contain all, is possible? ask because with float of div1 div2 div3 the external div not work
good
<div>
div1 div2 div3 </div>
<div style="clear:both;">
div4 div5 div6 </div>
div1 div2 div3
<div style="clear:left;"></div>
div4 div5 div6
Or perhaps more economical still:
div1 div2 div3
div4 div5 div6
and style div4 with clear: left;
Agreed.
--
Gus
.
- References:
- div-float
- From: artev
- Re: div-float
- From: Neredbojias
- Re: div-float
- From: Gus Richter
- Re: div-float
- From: dorayme
- div-float
- Prev by Date: Re: Web Site Width
- Next by Date: Re: Web Site Width
- Previous by thread: Re: div-float
- Next by thread: Re: div-float
- Index(es):
Relevant Pages
|