one fable-low hijack cell
pair absolute / relative
envelope zh_huo
ordering AB
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictpicked relative (second-offered)
· classifierB
· tiernone
response (200 chars)
您是在问 CSS 定位吗?这是 `position: relative` 和 `position: absolute` 的区别:
## position: relative(相对定位)
- 相对于**元素自身原来的位置**偏移
- **仍占据原来的空间**(不脱离文档流)
- 常用作绝对定位子元素的参照容器
```css
.box {
position: relative;
top:
neighbors