Bug #14488 ยป 0000675-template.diff
template.php-new 2003-05-20 19:00:14.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.konq)?this.el.offsetHeight:bw.ns4?this.ref.height:bw.op?this.css.pixelHeight:0;
|
||
this.width= (bw.ie4||bw.ie5||bw.ns6||this.konq)?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_getObjCss(obj){
|
||
... | ... | |
if (tempLayerObj && (level==0 || GLV_isVisible[level-1])) {
|
||
tempLayerObj.el.innerHTML = html;
|
||
tempLayerObj.height= (bw.ie4||bw.ie5||bw.ns6||bw.konq)?this.el.offsetHeight:bw.ns4?this.ref.height:bw.op?this.css.pixelHeight:0;
|
||
tempLayerObj.width= (bw.ie4||bw.ie5||bw.ns6||bw.konq)?this.el.offsetWidth:bw.ns4?this.ref.width:bw.op?this.css.pixelWidth:0;
|
||
|
||
tempLayerObj.height= (bw.ie4||bw.dom)?this.el.offsetHeight:bw.ns4?this.ref.height:0;
|
||
tempLayerObj.width= (bw.ie4||bw.dom)?this.el.offsetWidth:bw.ns4?this.ref.width:0;
|
||
|
||
tempLayerObjCss.left = GLV_curLayerX[level] = GLV_x;
|
||
tempLayerObjCss.top = GLV_curLayerY[level] = GLV_y;
|
||
tempLayerObjCss.visibility = "visible";
|