Forum Moderators: not2easy
Thr nested AP Divs expand as they should, but the principal AP Div does not expand automatically to accmodate bigger nested AP Div.
What am I doing wrong?
There's nothing you can do except not use absolute positioning on the inner divs.
For columns it's populae to use floats (and then add a clearing under them (a simple line break or "clearfix" (take care with the hacks most examples contain)) or to start to use CSS3 and fall back on a single column for browsers not yet ready to support that.