<div class="table1"></div>
<div class="table2"></div>
CSS格式
.table1{width:80%; height:200px; background-color:#cfcfcf;margin: 0px auto;}
.table2{width:60%; height:200px; background-color:#fffae4;margin:-20px auto 0;}
.table1{position:relative; width:80%; height:200px;background-color:#cfcfcf;top:10px;margin:0 auto}
.table2{position:relative; width:60%; height:200px; background-color:#fffae4;top: -20px;margin:0 auto}
所以关键是用%作为宽度单位。你可以和其他单位一起测试
this page