为什么我的块宽度要减去210px
朋友们哪,为什么我的药这样才行,否则right会比top和foot宽移动的那210px
.top{width:100%;height:100px;background:#ccc;margin:0 auto;}
.main{width:100%;height:600px;background:red;position:relative;margin:0 auto;}
.left{width:200px;height:600px;background:blue;position:absolute;}
.right{width:100%-220px;height:600px;margin-left:220px;background:green;float:left;}
.foot{width:100%;height:100px;background:orange;margin:0 auto;}