position:fixed根據瀏覽器窗口位置進行偏移(left、right、top、bottom),原有位置不存在; position:relative根據自己原有位置進行偏移(left right top bottom ),原有位置依然存在; position:adsolute根據父級位置進行偏移(left right top bottom ),父級必須要有定位屬性,原有位置不存在。
position:fixed根據瀏覽器窗口位置進行偏移(left、right、top、bottom),原有位置不存在; position:relative根據自己原有位置進行偏移(left right top bottom ),原有位置依然存在; position:adsolute根據父級位置進行偏移(left right top bottom ),父級必須要有定位屬性,原有位置不存在。