Re: [css-d] Divs within divs

2008-01-30 Thread Arlen Walker
On Jan 30, 2008, at 10:23 AM, Kenoli Oleari wrote: > I would like it if these divs > caused the outer div to expand as they expand. Can't be done solely in CSS, unless you know for sure which of the divs will be longest. The only reliable solution is javascript. Look up Inman Positioning an

Re: [css-d] Divs within divs

2008-01-30 Thread Huggins, Joe
do not know the other is present. You could maybe do better by floating your AP div's. Take a look at this for more information: http://www.htmldog.com/guides/cssadvanced/layout/ From: Kenoli Oleari Sent: Wed 1/30/2008 9:23 AM To: CSS Mailing List Subject: [css-d] Divs within divs I ha

[css-d] Divs within divs

2008-01-30 Thread Kenoli Oleari
I have some divs whose position in relation to each other is critical, but which I need to have flexible as a group in relation to other items on the page. I have placed them with absolute positioning within a div which has a relative positioning attribute. This works fine with one except