Forum Moderators: not2easy
<div id="master">
<div id="internal">
<img width="500" height="400">
</div>
</div>
The internal div is taller than the master div because of the image. But the master div does not expand to fully contain the internal div. The internal div overlaps the edge of the master div.
This screws up my layout. How do I get the master div to expand and contain the internal div? Please help this is frustrating me. Thanks!
Well, there must be something in your CSS causing that. Perhaps your internal div is floated? If so, float the parent.