Re: [css-d] Matching column heights in a complexish layout

2005-11-11 Thread Holly Bergevin
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;} >/

Re: [css-d] Matching column heights in a complexish layout

2005-11-11 Thread Holly Bergevin
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

Re: [css-d] Matching column heights in a complexish layout

2005-11-11 Thread Adriano Castro
>>> 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

Re: [css-d] Matching column heights in a complexish layout

2005-11-10 Thread Stuart Homfray
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

Re: [css-d] Matching column heights in a complexish layout

2005-11-10 Thread Adriano Castro
> 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

Re: [css-d] Matching column heights in a complexish layout

2005-11-10 Thread Adriano Castro
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

Re: [css-d] Matching column heights in a complexish layout

2005-11-10 Thread Adriano Castro
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

Re: [css-d] Matching column heights in a complexish layout

2005-11-09 Thread Zoe M. Gillenwater
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

[css-d] Matching column heights in a complexish layout

2005-11-09 Thread Adriano Castro
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.