具体是怎么实现先加载右边 后加载左边的
是哪段代码实现的 先加载右边的 虽然出来效果了但是 不太清楚为什么
.left{width: 30%;height: 100%;background: #ccc;margin: 0 auto;text-align: center;float: left;}
.right{width: 70%;height: 100%;background: #999;margin: 0 auto;text-align: center;float: right;}
.foot{width: 100%;height: 50px;background: black;margin: 0 auto;text-align: center;clear:both;}
这段代码 有没有实现 先加载右侧 与下面的代码 在实现 先右后左上 哪个是符合条件的?
.left{ width:200px; height:500px; background:blue;position:absolute;left:0;top:100px; }
.right{ margin-left:210px;width:100%;height:500px; background:#9C9;}
有大神能帮解答吗