Position Relative vs Absolute?

前端 未结 10 1639
忘了有多久
忘了有多久 2020-11-22 08:16

What is the difference between position: relative and position: absolute in CSS? And when should you use them?

10条回答
  •  旧巷少年郎
    2020-11-22 08:26

    Marco Pellicciotta: The position of the element inside another element can be relative or absolute, about the element it's inside.

    If you need to position the element in the browser window point of view it's best to use position:fixed

提交回复
热议问题