clip | WebReference

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:

Code Example:

P {clip: rect(10px, 20px, 10px, 20px;)}

Comments: Currently, the only shape allowed is rectangular (rect).