min-height最小高度的实现(兼容IE6、IE7、FF)

#mrjin {
background:#ccc;
min-height:100px;
height:auto !important;
height:100px;
overflow:visible;
}

分享