'clip' Syntax and Note : clip « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'clip' Syntax and Note

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
    

      
      








Related examples in the same category

1.'clip' Example
2.'clip' Possible Values
3.'clip' is applied to