clip
Name: clip
Description: Specifies the portion of an element that is visible, when the element's overflow
property is set to something other than visible
.
Browser Compatibility: IE 4+ / NN 4+ / 0 7+
Inherited: No
Values:
- auto [Initial value]
- inherit
- rect [top, right, bottom, left]
Code Example:
P {clip: rect(10px, 20px, 10px, 20px;)}
Comments: Currently, the only shape allowed is rectangular (rect
).