用css和html实现复杂结构的网页布局
.left{ width:200px;height:500px;position:absolute;left:0;top:100px;background:blue;}
.right{background:#9C9;height:500px;margin-left:210px;}
请问left 中的绝对定位里的left:0,怎么解释
.left{ width:200px;height:500px;position:absolute;left:0;top:100px;background:blue;}
.right{background:#9C9;height:500px;margin-left:210px;}
请问left 中的绝对定位里的left:0,怎么解释
2016-11-24
举报