one fable-low hijack cell
pair absolute / relative
envelope zh_huo
ordering BA
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictpicked relative (second-offered)
· classifierB
· tiernone
response (200 chars)
您问的应该是 CSS 定位?简单对比一下 `position: absolute` 和 `position: relative`:
## relative(相对定位)
- 元素**仍占据原来的空间**,不脱离文档流
- 偏移(top/left 等)是**相对于自己原本的位置**
- 常用作 absolute 子元素的**定位参照容器**
```css
.box {
position: re
neighbors