Note:
Defines a clipping region for an element using absolute positioning.
Use JavaScript properties clipBottom, clipLeft, clipRight, clipTop to
clip only one of the bottom, left, right, and top regions.
Syntax:
element { clip: values }
elementID.style.clip = "values"
document.all.elementID.style.clip = "values" // IE only
|