标签:shape 外边距 school 移动 point air bottom flow pointer
"CSS" 列中的数字表示哪个CSS(CSS1 或者CSS2)版本定义了该属性。
| 属性 | 说明 | 值 | CSS |
|---|---|---|---|
| bottom | 定义了定位元素下外边距边界与其包含块下边界之间的偏移。 | auto length % inherit |
2 |
| clip | 剪辑一个绝对定位的元素 | shape auto inherit |
2 |
| cursor | 显示光标移动到指定的类型 | url auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help |
2 |
| left | 定义了定位元素左外边距边界与其包含块左边界之间的偏移。 | auto
length % inherit |
2 |
| overflow
|
设置当元素的内容溢出其区域时发生的事情。 | auto
hidden scroll visible inherit |
2 |
| position | 指定元素的定位类型 | absolute
fixed relative static inherit |
2 |
| right | 定义了定位元素右外边距边界与其包含块右边界之间的偏移。 | auto
length % inherit |
2 |
| top | 定义了一个定位元素的上外边距边界与其包含块上边界之间的偏移。 | auto
length % inherit |
2 |
| z-index | 设置元素的堆叠顺序 | number auto inherit |
2 |
标签:shape 外边距 school 移动 point air bottom flow pointer
原文地址:https://www.cnblogs.com/yxs1530/p/10162407.html