0
votes
auto adjust container <DIV> height to accomodate absolutely positioned child <DIV>s
You could give the .container div a bottom padding that totals the absolutely positioned childrens' heights. I'm not sure if that counts as precalculating the height, but at least you …
