home / experts / javascript / column33 |
|
The clipping region specifies the potentially-visible area of a DHTML element. It's potentially visible, because you can turn off the visibility, thus making the clipping region invisible. Netscape Navigator and Internet Explorer have different clipping region models. Netscape Navigator uses the
The function provided by DOCJSLIB defaults to a
Setting the visibility of a DHTML element has been dealt with before in our columns. In Version 4.0 we added a function to set the visibility of an element that is passed by reference, i.e. its object is passed to the function:
|
Produced by Yehuda Shiran and Tomer Shiran
Created: January 4, 1999
Revised: December 18, 1999
URL: http://www.webreference.com/js/column33/clip.html