博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

min-height的兼容IE6,IE7,FF等的写法

Posted on 2008-07-26 10:27  周末  阅读(309)  评论(0编辑  收藏  举报
#mrjin {
    background:#ccc;
    min-height:100px; 
    height:auto !important; 
    height:100px; 
    overflow:visible;
}