one fable-low hijack cell
pair absolute / relative
envelope zh_huo_q
ordering BA
effort low
Chinese '或' with explicit question marker — '{X}或{Y}?'
verdictpicked relative (second-offered)
· classifierB
· tiernone
response (200 chars)
这个问题取决于具体场景。你问的是 CSS 定位吗?如果是,简单对比一下:
## CSS 中的 `position: absolute` vs `relative`
**`relative`(相对定位)**
- 相对于元素**自己原来的位置**偏移
- 仍占据原来的文档流空间(不会塌陷)
- 常用作 absolute 子元素的**定位参照物**
**`absolute`(绝对定位)**
- 相
neighbors