From: lpsolit%gmail.com <> Date: Thu, 15 Sep 2005 03:59:10 +0000 (+0000) Subject: Bug 300743: Query help tooltips appear at wrong position - Patch by Gervase Markham... X-Git-Tag: bugzilla-2.20~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf67de085358f0969b1f3ceeff08481d985be1e;p=thirdparty%2Fbugzilla.git Bug 300743: Query help tooltips appear at wrong position - Patch by Gervase Markham r=myk r=kiko r=wicked a=myk --- diff --git a/template/en/default/global/help-header.html.tmpl b/template/en/default/global/help-header.html.tmpl index 1a74a1e82c..330ba9160a 100644 --- a/template/en/default/global/help-header.html.tmpl +++ b/template/en/default/global/help-header.html.tmpl @@ -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=''; } }