jdadwilson 06:15:12 00:54 | I have searched several sites for an answer to my expandable div issue.
I have a container div with two embedded divs one on top of the other. Each of the inner divs are of variable height. I need to have the container div to adjust its height as the inner divs expand.
Here is the structure...
<div class="container">
<div class="top">
"Bunch of input elements"
</div>
<div class="clearit"></div>
<div class="bot">
"Table with variable number of rows"
</div>
<div>
Any help is greatly appreciated.
jdadwilson |