小编pav*_*los的帖子

在浮动的div css下的margin-top

我在浮动下有一个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)

有谁知道发生了什么?

css margin

6
推荐指数
1
解决办法
7338
查看次数

标签 统计

css ×1

margin ×1