Why won't my DIV height grow? Is it because I am using floats?
- by user1684636
Please help! I am trying to create some div sections and some of these div sections have some other divs that are floated. All of which I have cleared. But the sections are not growing to accomodate the content inside of them. The following is my HTML -
<div class="data">
<div class="name">Data</div>
<div…