.left{width:800px;height:200px;background:#000;float:left;}
.right{width:140px;height:500px;background:#603;float:right;}
这样父对象就贴在右边缘了。
.right{width:140px;height:500px;background:#603;float:right;}
这样父对象就贴在右边缘了。
2016-02-05
请详细观看盒子模型的立体图片(2-2小节 07:58),从第一层到第五层依次为:border、content+padding、background-image、background-color、margin。