]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 300743: Query help tooltips appear at wrong position - Patch by Gervase Markham...
authorlpsolit%gmail.com <>
Thu, 15 Sep 2005 03:59:10 +0000 (03:59 +0000)
committerlpsolit%gmail.com <>
Thu, 15 Sep 2005 03:59:10 +0000 (03:59 +0000)
template/en/default/global/help-header.html.tmpl

index 1a74a1e82cf1147070429081836e1a572d6ee35d..330ba9160a15355c8eeac9994322d04d5ad2b7fc 100644 (file)
@@ -67,8 +67,8 @@
                 myparent = myparent.offsetParent;
             }
 
-            currentHelp.style.top = mytop + this.offsetHeight + 5;
-            currentHelp.style.left = myleft;
+            currentHelp.style.top = mytop + this.offsetHeight + 5 + "px";
+            currentHelp.style.left = myleft + "px";
             currentHelp.style.display='';
         }
     }