我有这个 html 代码
<section id="sec" style="height:auto">
<div id="wrap">
<div id="con">
<h1>....</h1>
<div id="col1">
<p>... long texts ...</p>
</div>
<div id="col2">
<p>... long texts ...</p>
</div>
</div>
</div>
</section>
<div id="buttom" style="border-top: 1px solid rgb(153, 153, 153)">
<p>...text here ... </p>
</div>
我现在的问题是 height:autosection#sec
在其中的许多 div 中不起作用...
有没有什么方法可以在不删除任何 div 的情况下,自动调整高度?