DaveC426913
Programmer
Maybe this is the right forum...
I have a div nested inside another div. The inner div is position: absolute; right: 20px.
Problem is, my inner div is *taller* than my outer div *wants* to be - the inner div hangs off the bottom edge of the outerdiv. How can I get my outer div to expand to contain the inner div?
I have a div nested inside another div. The inner div is position: absolute; right: 20px.
Problem is, my inner div is *taller* than my outer div *wants* to be - the inner div hangs off the bottom edge of the outerdiv. How can I get my outer div to expand to contain the inner div?