日期:2014-05-16  浏览次数:20789 次

div 怎么没高度

问题:
为什么div没有高度,必须要设置height才行? 它不能自动扩充为内里内容的高度吗?



<div class="tools_r_mail">
        <a class="btn_mail" href="/Mail/Write/79?typeId=21">
            <span>回&nbsp;复</span></a> 
        <a class="btn_mail" href="/Mail/Write/79?typeId=24">
                <span>回复所有</span></a>
</div>





------解决方案--------------------
引用:
Quote: 引用:

<style type="text/css">
.tools_r_mail { font:12px;
      height:800px;
      color:#339966;
      border:1px #e1763d solid;
}
</style>


就是说必须要设置 height对吧?

父元素没有高度