CSS - postion: absolute; - auto height

Posted by superUntitled on Stack Overflow See other posts from Stack Overflow or by superUntitled
Published on 2010-05-12T20:32:20Z Indexed on 2010/05/12 20:34 UTC
Read the original article Hit count: 291

Filed under:
|

I am having a problem with some div's

The outer div has a min-height, but the inner divs are all varying heights. Because the inner divs are absolute positioned, they do not affect the outer divs height. Is there a way to make these inner divs affect the height of the outer div?

The reason I am styling these divs with position:absolute is so that they all start at the top of the container div.

© Stack Overflow or respective owner

Related posts about css

Related posts about css-positioning