Clip 属性设置或返回定位元素的哪一部分可见。
Property | |||||
---|---|---|---|---|---|
clip | Yes | Yes | Yes | Yes | Yes |
返回剪辑属性:
object.style.clip
设置剪辑属性:
object.style.clip = "auto|rect(
top right bottom left)|initial|inherit"
Value | Description |
---|---|
auto | Default. The element does not clip |
rect(top right bottom left) | Clips the shape defined by the four coordinates |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 汽车 |
---|---|
返回值: | 一个字符串,表示定位元素的可见部分 |
CSS版本 | CSS2 |
CSS教程:CSS定位
CSS 参考:剪辑属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!