您的位置:首页 > 其它

min-height最小高度的实现(兼容IE…

2014-06-06 11:22 471 查看
#mrjin {

background:#ccc;

min-height:100px;

height:auto !important;

height:100px;

overflow:visible;

}





或者:

_height:expression_r((document.documentElement.clientHeight||document.body.clientHeight)>500?"500px":"");
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: