Google: set nested div half the width of its outer div
Probably find a working example.
HTH,
Best,
Karl
Sent from losPhone
> On Jan 22, 2015, at 10:39 PM, worik wrote:
>
> Friends
>
> I have problems getting my sizing of divs correct.
>
>
> Given the HTML:
>
> A B C
>E F G
>
>
>
Set your position: and possibly display:
Best,
Karl
Sent from losPhone
> On Jan 22, 2015, at 10:39 PM, worik wrote:
>
> Friends
>
> I have problems getting my sizing of divs correct.
>
>
> Given the HTML:
>
> A B C
>E F G
>
>
> .A {
>width=100%;
>border:2px solid blue;
> }
>
On Thu, Jan 22, 2015 at 11:39 PM, worik wrote:
> Friends
>
> I have problems getting my sizing of divs correct.
>
>
> Given the HTML:
>
> A B C
> E F G
>
>
> .A {
> width=100%;
> border:2px solid blue;
> }
> .B {
> width=50%;
> border:1px solid red;
> }
>
> I want to make the
Friends
I have problems getting my sizing of divs correct.
Given the HTML:
A B C
E F G
.A {
width=100%;
border:2px solid blue;
}
.B {
width=50%;
border:1px solid red;
}
I want to make the nested div half the width of the outer div. But they
both expand to the fill width.