关于CSS position,来自MDN的描述: CSS position属性用于指定一个元素在文档中的定位方式.top.right.bottom.left 属性则决定了该元素的最终位置. 然后来看看什么是文档流(normal flow),下面是 www.w3.org 的描述: Normal flow Boxes in the normal flow belong to a formatting context, which may be block or inline, but not bot
As we all know, position属性有四个值,分别为 relative,fixed,absolute, static. 1,relative相对定位 (不会脱离文档流) 在一个相对定位(position属性的值为relative)的元素上设置 top . right . bottom 和 left 属性会使其偏离其正常位置.其他的元素则不会调整位置来弥补它偏离后剩下的空隙. 2,fixed固定定位 一个固定定位(position属性的值为fixed)元素会相对于视窗来定位,这意味