如果说margin的对象是盒子与盒子之间的距离,那么absolute的对象是什么?
小天
小天 2016-12-20 16:00:16
0
4
1166
小天
小天

勇敢站起来快步向前冲是你唯一的出路

reply all(4)
数据分析师

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.

靠近你

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

阿神

 absolute

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

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

迷茫

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!