以下文字,描述的是哪一种定位方式?对象脱离普通文档流,使用“top”、“right”、“bottom”、“left”等属性进行绝对定位,盒子的偏移位置不影响普通文档流中的任何元素,其margin不与其他任何margin折叠。()
以下文字,描述的是哪一种定位方式?对象脱离普通文档流,使用“top”、“right”、“bottom”、“left”等属性进行绝对定位,盒子的偏移位置不影响普通文档流中的任何元素,其margin不与其他任何margin折叠。()
A.position:relative;
B.position:absolute;
C.position:static;
D.position:fixed;
正确答案:B