absolute 绝对定位,参考不为第一个不为static的父元素的padding box区域 relative 相对定位,相对正常位置,content区域, fixed(老ie不支持) 参考窗口 static 没有定位,元素没有出现在正常流,top,left,bottom,right无效 inherit继承