<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'>
//elastic content that sometimes makes the page longer or shorter
</div>
</div>
无论我查看了多少教程或示例,都没有任何帮助。我尝试了许多不同的组合。一旦我将 main_container 设置为 px 高度,边栏就会正确地占据高度的 100%。但我无法为主容器设置 px 高度。
编辑:
内容框不会有静态高度。到目前为止,main_container 会根据内容框调整其高度,但两个侧边栏不会根据 main_containers 高度调整高度。