Re: [css-d] collapsing divs

2005-11-15 Thread Gunlaug Sørtun
ron zisman wrote: > being a rank newbie, i would have guessed that the blue div would > need to be followed by a clearing element before closing the green > div. Yes, that would also have the desired effect. One may pick and choose: Alternativ

Re: [css-d] collapsing divs

2005-11-15 Thread ron zisman
being a rank newbie, i would have guessed that the blue div would need to be followed by a clearing element before closing the green div. On Nov 15, 2005, at 9:41 PM, Peter Michaux wrote: > Hi, > > Probably this has been discussed before but I can't find an answer to > my > question. I hope some

Re: [css-d] collapsing divs

2005-11-15 Thread Gunlaug Sørtun
Ricky Zhou wrote: > To get the green div to extend fully, you'd have to float it (and > specify witdh: 100%). Or use any of the other solutions in the specs... It all depends on what you want to achieve, and the layout you use it in. regards

Re: [css-d] collapsing divs

2005-11-15 Thread Ricky Zhou
> decide to make CSS work so the green section collapes up? How can I make it > so the green div extends at least as far down the page as the blue div? To get the green div to extend fully, you'd have to float it (and specify witdh: 100%). (Float the container) Ricky __

[css-d] collapsing divs

2005-11-15 Thread Peter Michaux
Hi, Probably this has been discussed before but I can't find an answer to my question. I hope someone can help me figure out what is going on with this aspect of divs. In the example attached below why doesn't the green div extend at least as far down the page as the blue div? It seems to me that