方法一:
1 min-height:500px;/*解决ie8.9.ff.chromet*/ 2 height:100%;/*解决ie6.7*/ 3 _height:500px;/*解决ie6超出自动溢出*/
方法二:
1 min-height:400px;/*解决ie8.9.ff.chrome*/ 2 *+height:100%;/*解决ie7*/ 3 _height:400px;/*解决ie6超出自动溢出*/
方法三:
1 min-height:400px; height:auto!important; height:400px;
css解决div的各种浏览器兼容性问题
时间: 2024-10-12 04:46:43