html, body
{
100%;
height: 100%;
overflow: auto;
position: absolute;
left: 0px;
top: 0px;
min-height: 620px;
min- 1000px;
_ expression((documentElement.clientWidth < 1000) ? "1000px" : "100%" );
_height: expression((documentElement.clientHeight < 600) ? "620px" : "100%" );
}
这句话可以彻底解决三行布局中页脚的BOTTOM:0px问题。