is there any way to make the external div expand when the internal Absolutely positioned div's size increases.
For example:
Now both right and left divs are absolutely positioned, so when the hight of the page contents increase the size of container doesnt increase.
Is there any CSS trick to force it to expand with the internal contents?
For example:
| Code: |
| <div id="container">
<div id="left"> <p>Contents to the left of page</p> </div> <div id="right"> <p>contents to the right of page</p> </div> </div> |
Now both right and left divs are absolutely positioned, so when the hight of the page contents increase the size of container doesnt increase.
Is there any CSS trick to force it to expand with the internal contents?
