Suppose I have an div. Inside this div, I have two divs floating left, right next to each other, I believe. The left div is for a picture. For some reason, when the picture is too tall, it doesn't push the outer div to fit the picture. Instead, the picture just keeps going on its own and goes "beyond" the outer div's bottom border. How can I make it so that the picture expands the outer div too?
<div>
<div class="left">
</div>
<div class="right">
</div>
</div>