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";

Example | auto

Δ

Example | shape

Δ

Example | DOM

Δ

Reference

Δ