<div class='main_container' style='overflow:hidden; height:100%; height: auto !important; min-height:100%; width:100%;'>
<div class='float_left' style='width:100px; height:100%;'>
</div>
<div class='float_right' style='width:100px;'>
</div>
<div class='clear'></div>
<div class='content'>
//dynamic content that can change the page length
</div>
</div>
No matter how many resources or illustrations I reviewed, I am still facing difficulties. I have experimented with various possibilities. Once I assign a fixed height in pixels to the main_container, the sidebars properly expand to take up the full height. However, I cannot specify a fixed height for the main container.
UPDATE:
The height of the content box is not constant. Currently, the main_container adjusts its height based on the content box, but the sidebars do not adjust their height according to the main_container's height.