#page{
background:#F00;
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;
}
就是这句overflow:visible使IE们能够当作height:auto来处理。问题解决。
from:http://hi.baidu.com/win_blue/blog/item/869ff9307ebf2ba25fdf0ec0.html
Advertisement
#page{
background:#F00;
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;
}
就是这句overflow:visible使IE们能够当作height:auto来处理。问题解决。
from:http://hi.baidu.com/win_blue/blog/item/869ff9307ebf2ba25fdf0ec0.html