数据分析师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.
靠近你2016-12-20 16:04:29
absolute是指绝对定位,即将对象从文档流中拖出,使用left,right,top,bottom等属性进行绝对定位,而其层叠通过z-index属性定义。此时对象不具有边距,但仍有补白和边框。
阿神2016-12-20 16:01:36
absolute
生成绝对定位的元素,相对于 static 定位以外的第一个父元素进行定位。
元素的位置通过 "left", "top", "right" 以及 "bottom" 属性进行规定。