]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 300743: add "px" to prevent query help tooltips appearing at wrong position....
authorgerv%gerv.net <>
Thu, 21 Jul 2005 03:09:18 +0000 (03:09 +0000)
committergerv%gerv.net <>
Thu, 21 Jul 2005 03:09:18 +0000 (03:09 +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='';
         }
     }