Bug #14117 » 0000024-jsfunc.layermenu.diff
jsfunc.layermenu.js-new 2003-05-20 19:21:28.000000000 +0200 | ||
---|---|---|
this.ref= bw.ns4?this.el.document:document;
|
||
this.x= (bw.ns4||bw.op)?this.css.left:this.el.offsetLeft;
|
||
this.y= (bw.ns4||bw.op)?this.css.top:this.el.offsetTop;
|
||
this.height= (bw.ie4||bw.ie5||bw.ns6)?this.el.offsetHeight:bw.ns4?this.ref.height:bw.op?this.css.pixelHeight:0;
|
||
this.width= (bw.ie4||bw.ie5||bw.ns6)?this.el.offsetWidth:bw.ns4?this.ref.width:bw.op?this.css.pixelWidth:0;
|
||
this.height= (bw.ie4||bw.dom)?this.el.offsetHeight:bw.ns4?this.ref.height:0;
|
||
this.width= (bw.ie4||bw.dom)?this.el.offsetWidth:bw.ns4?this.ref.width:0;
|
||
return this;
|
||
}
|
||
function GL_initLayers() {
|