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 this, switch to a float layout to an absolute 
>> layout.  Again, in general it is best not to use absolute positioning 
>> for main layout elements, just smaller elements within them sometimes.  
>> Floats handle almost all layout tasks.
>>
>> Let us know if you need resources on using floats and I'll send you a 
>> few good starter links.
>>
>> Zoe
> 
> 
> Some resources would be very much welcome.


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 solutions I 
still can't get it to work.

Ideas?

Also, was able to set min-height for both IE and Moz using:

        height: 535px; /* IE's min-height equivalent */
        min-height: 535px;

Tks,
AD

1. http://css.maxdesign.com.au/floatutorial/
2. http://www.positioniseverything.net/easyclearing.html

-- 
[EMAIL PROTECTED]
www.adrianocastro.net
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to