Home  >  Q&A  >  body text

如果说margin的对象是盒子与盒子之间的距离,那么absolute的对象是什么?

小天小天2882 days ago1168

reply all(4)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:13:32

    If the object of margin is the distance between boxes, then what is the object of absolute? -PHP Chinese website Q&A-If the object of margin is the distance between boxes, then what is the object of absolute? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 靠近你

    靠近你2016-12-20 16:04:29

    absolute是指绝对定位,即将对象从文档流中拖出,使用left,right,top,bottom等属性进行绝对定位,而其层叠通过z-index属性定义。此时对象不具有边距,但仍有补白和边框。

    reply
    0
  • 阿神

    阿神2016-12-20 16:01:36

     absolute

    生成绝对定位的元素,相对于 static 定位以外的第一个父元素进行定位。

    元素的位置通过 "left", "top", "right" 以及 "bottom" 属性进行规定。

    reply
    1
  • 迷茫

    迷茫2016-12-20 16:00:48

    margin是来调整边距的,而position:absolute绝对定位是用来定位的,说白了,一个是微调,一个是直接在页面上相对于父元素移动

    reply
    1
  • Cancelreply