我们设置的三行两列的html代码如下:
程序代码
程序代码
程序代码
#contain {
display: table;
width: 700px;
}
#main {
float: left;
}
#main div {
display: table-row;
}
#left {
float: left;
width: 200px;
display: table-cell;
}
#right {
float: right;
width: 495px;
display: table-cell;
}