Properties
CSS
clip
The clip property specifies what portion of an element's border box is visible.
CSS2
clip: <shape> | auto | inherit
| Initial: | auto |
| Applies To: | absolutely positioned elements |
| Inherited: | no |
| Percentages: | NA |
| Media: | visual |
DOM
[window.]document.getElementById("element-id").style.clip = "clip";
