Blogger Information
Blog 51
fans 0
comment 1
visits 70628
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
margin-top 失效 如何解决!
呵呵哒
Original
1046 people have browsed it

实例

失效1 

<div> 
      <div  class="box1"> float: left </div> 
      <div  class="box2"> clear:both; margin-top:20px; </div> 
</div>

解决 

 1.box2增加float属性

         2.box1与box2之间增加一层"<divstyle="clear:both;"></div>"




失效2

<div  class="box" style="height:100px;background:red;"> 
      <div  class="box2" style="clear:both; margin-top:20px; height:50px; width:500px;  background:#000;"</div> 
</div>
解决
    1.给父容器box加overflow:hidden;属性

    2.父容器box加border除none以外的属性

    3.用父容器box的padding-top代替margin-top


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
  • 1
    2018-03-17 17:09:25