Bug #16873 » bug_4817.patch
template_new.php 2007-02-02 11:37:43.000000000 +0100 | ||
---|---|---|
GLV_x = GLV_xRel;
|
||
GLV_y = GLV_yRel;
|
||
|
||
if (this.safari) {
|
||
GLV_x = GLV_xRel + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);
|
||
GLV_y = GLV_yRel + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);
|
||
}
|
||
GLV_x = GLV_xRel + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);
|
||
GLV_y = GLV_yRel + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);
|
||
|
||
// status = (GLV_x+GLV_gap-GLV_curLayerX[0]) + " | " + (GLV_y+GLV_gap-GLV_curLayerY[0]);
|
||
if (GLV_isVisible[1]) {
|
- « Previous
- 1
- 2
- Next »