Javascript Reference
Categories: STYLE

javascript STYLE clipBottom, clipLeft, clipRight, clipTop

@Aug. 15, 2009, 12:40 p.m.
clipBottom, clipLeft, clipRight, clipTop Firefox/Netscape/NN n/a IE 5(Win) Chrome/Safari/DOM n/a  

 

Read-only  

Return a clipping edge of a positionable element. Available in IE as a property of the currentStyle object only.

 
Example
 
var cl = document.getElementById("art2").style.clipLeft;
 
Value

Case-insensitive length string or auto constant.

 
Default

None.


Powered by Linode.