方法一:
min-height:500px;/*解决ie8.9.ff.chromet*/
height:100%;/*解决ie6.7*/
_height:500px;/*解决ie6超出自动溢出*/
方法二:
min-height:400px;/*解决ie8.9.ff.chrome*/
*+height:100%;/*解决ie7*/
_height:400px;/*解决ie6超出自动溢出*/
方法三:
min-height:400px; height:auto!important; height:400px;