好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

为什么设置的margin-top属性不管用_html/css_WEB-ITnose

为什么设置的margin-top属性不管用:
建议:尽可能的手写代码,可以有效的提高学习效率和深度。
有时候大家可能会遇到奇怪的现象,尽管没有任何的语法错误,但是设置的margin-top属性不会起作用,下面就就结合代码实例介绍一下产生此现象的原因和解决方法。
原因一:
外边距合并margin-top属性失效。代码实例如下:

      蚂蚁部落  .first{  width:100px;  height:100px;  background-color:red;  margin-bottom:60px;}.second{  width:100px;  height:100px;  background-color:green;  margin-top:40px;}   

查看更多关于为什么设置的margin-top属性不管用_html/css_WEB-ITnose的详细内容...

  阅读:57次