设置DIV最小高度以及高度自适应随着内容的变化而变化

<!--退租账单-->
<div id="bilsli" onmouseover="showBill(this)">
#bilsli{
        position:absolute;
        right:-300px;
        top:0px;
        background:#fff;
        border:1px solid red;
        border-radius:5px;
        width:300px;
height:auto; min-height:300px; max-height:500px;
z-index
:9103; overflow:auto; }
原文地址:https://www.cnblogs.com/ClassNotFoundException/p/5968995.html