After extensive research, I have yet to come across a solution to this issue.
Within a container div, I have multiple floated divs with dynamically generated content that can range from just a few words to an entire page. This setup essentially forms a row of a table, although I prefer not to use a table layout for certain reasons.
I managed to make the container expand to accommodate the larger content by using overflow:hidden;
Now my goal is to have all the divs adjust their height according to the container's height.