码迷,mamicode.com
首页 > 其他好文 > 详细

负margin小记

时间:2015-07-17 20:27:04      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:

static元素  margin-top/left负值,元素向指定方向移动,
               margin-bottom/right负值,元素不动,后续元素前移


float元素   左浮,与static一致
               右浮,margin-right/top负值,元素向指定方向移动,
                       margin-left/bottom负值,元素不动,后续元素前移


absolute元素 与static一致

 

总之,右浮元素左右相反,其他元素表现一致。

负margin小记

标签:

原文地址:http://www.cnblogs.com/mengff/p/4655392.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!