From: Adriano Castro <[EMAIL PROTECTED]>
2. http://www.positioniseverything.net/easyclearing.html
> I
>don't, however, fully understand the need this:
>
>div#container {display: inline-table;}
>
>/* Hides from IE-mac \*/
>* html div#container {height: 1%;}
>div#container {display: block;}
>/
From: Adriano Castro <[EMAIL PROTECTED]>
>> Found a very good tutorial online [1]. Managed to get it working for IE
>> but Mozilla doesn't adjust the height of the "container" div. I'm a bit
>> lost here.
>>
>> I think my problem is the one defined on PIE's "How To Clear Floats
>> Without Stru
>>> 2. http://www.positioniseverything.net/easyclearing.html
>
> Simply lose the height settings (as Zoe's said) then add the CSS from
> [2] (above), applying it to your div#container like so:
>
> div#container {
>width: 800px;
>margin: 66px auto 0px auto;
>padding: 33px 25px 33px 25
Adriano Castro wrote:
>>but Mozilla doesn't adjust the height of the "container" div. I'm a bit
>>lost here.
>>
>>I think my problem is the one defined on PIE's "How To Clear Floats
>>Without Structural Markup" [2] but having tried the proposed solutions I
>>still can't get it to work.
>>
>>Idea
> Found a very good tutorial online [1]. Managed to get it working for IE
> but Mozilla doesn't adjust the height of the "container" div. I'm a bit
> lost here.
>
> I think my problem is the one defined on PIE's "How To Clear Floats
> Without Structural Markup" [2] but having tried the proposed
Adriano Castro wrote:
> Zoe M. Gillenwater wrote:
>> Your problem then becomes the fact that you've positioned the child divs
>> absolutely, which means they are removed from the flow of the page.
>> Thus, the container has no content in it to determine its height, and
>> shrinks up. To fix th
Zoe M. Gillenwater wrote:
> Your problem then becomes the fact that you've positioned the child divs
> absolutely, which means they are removed from the flow of the page.
> Thus, the container has no content in it to determine its height, and
> shrinks up. To fix this, switch to a float layout
Adriano Castro wrote:
> Hi all,
>
> What I'm trying to do is hard to put in words so I drew it:
>
> + http://dev.adrianocastro.net/help/0004/0004.png
>
>
> I kind of got it to work but am having problems with matching the
>height of the "container" div:
>
> + http://dev.ad
Hi all,
What I'm trying to do is hard to put in words so I drew it:
+ http://dev.adrianocastro.net/help/0004/0004.png
I kind of got it to work but am having problems with matching the
height of the "container" div:
+ http://dev.adrianocastro.net/help/0004/0004.