div 怎么没高度问题:为什么div没有高度,必须要设置height才行? 它不能自动扩充为内里内容的高度吗?
<div class="tools_r_mail"> <a class="btn_mail" href="/Mail/Write/79?typeId=21"> <span>回 复</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对吧?
<style type="text/css">.tools_r_mail { font:12px; height:800px; color:#339966; border:1px #e1763d solid;}</style>