笔记:这个clip
属性已弃用并由 clip-path
属性。
这个clip
属性允许您指定一个矩形来剪辑绝对定位的元素。该矩形被指定为四个坐标,全部从要剪切的元素的左上角开始。
笔记:这个clip
如果"overflow:visible",属性将不起作用。
默认值: | 汽车 |
---|---|
遗传: | 不 |
可动画: | 是的。阅读可动画的尝试一下 |
版本: | CSS2 |
JavaScript 语法: | 对象.style.clip="rect(0px,50px,50px,0px)"尝试一下 |
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
clip | 1.0 | 8.0 | 1.0 | 1.0 | 7.0 |
clip: auto|
shape|initial|inherit;
Value | Description | Demo |
---|---|---|
auto | No clipping will be applied. This is default | Demo ❯ |
shape | Clips an element. The only valid value is: rect (top, right, bottom, left) | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS定位
HTML DOM 参考:剪辑属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!