<div class="container">
<div class="title">title</div>
<div class="content">
<div class="ajax dynamic repeatable content">ajax</div>
</div>
</div>
title and content div's need to get inside the container. the container will auto-adjust to the height created by the title and content.
in my css there is no height limitations, only width.
title fits very well in the container, but the dynamic content won't fit in; it actually goes out of the container box. maybe because there's an ajax content that changes the size depending on the content ?
i'd appreciate some input on how to get the content inside the container as well.