我在浮动下有一个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;
}
Run Code Online (Sandbox Code Playgroud)
有谁知道发生了什么?