最小高度控制

background:#ccc;
min-height:100px;/*高度最小值设置为:100px*/
height:auto !important;/*兼容FF,IE7也支持 !important标签*/
height:100px;/*兼容ie6*/
overflow:visible;