为什么自己在跟着打代码就是没什么效果,设置居中都可以,就是图片repead-x一点效果都没有,还有伪基类也是没效果
2016-08-03
.mainBox{width:960px; }
.leftBox{ height:300px;width:740px; background:#c9f; float:left; }
.rightBox{ height:300px; width:210px;background:#fcf; float:left;}
.clear{clear:both; height:0; overflow:hidden;}
</style>
<div class="leftBox"></div>
<div class="rightBox"></div>
<div class="clear"></div>
.leftBox{ height:300px;width:740px; background:#c9f; float:left; }
.rightBox{ height:300px; width:210px;background:#fcf; float:left;}
.clear{clear:both; height:0; overflow:hidden;}
</style>
<div class="leftBox"></div>
<div class="rightBox"></div>
<div class="clear"></div>