【发布时间】:2015-04-11 06:28:57
【问题描述】:
我在 float:right div 下有一个 div。由于某种原因,上边距不能应用于第一个 div。这是css
#over{
width:80%;
float:right;
color:#e68200;
}
#under{
clear:both;
background:url(../images/anazitisi.png) no-repeat;
margin:10px auto; /*does not work!!!*/
width:95px;
height:20px;
}
有人知道怎么回事吗?
【问题讨论】: