The clip
property is used to make only a portion of the box attached to a positioned elements visible.
The possible values are
Properties | Description |
---|---|
rect(top right left bottom) | top & bottom - integer values representing the distance in pixels from top margin of the box right & left - integer values representing the distance in pixels from left margin of the box |
auto | (all boxes attached to an element is visible - default value) |
clip: rect(25px 200px 75px 100px)