但是在古老的IE中,却不支持,为了所有浏览器的支持,这里用了js来做。
截图:
code:
复制代码代码如下:
body,html{
height:100%;
margin:0px;
padding:0px;
overflow:hidden;
}
#left,#center,#right{
width:200px;
height:100px;
background-color:rgb(34,124,134);
float:left;
height:100%;
}
#center{
background-color:red;
}


