From deaa3dcc512cc90d608c9242e754ad7de034e7ec Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 21 Jul 2005 03:09:18 +0000 Subject: Bug 300743: add "px" to prevent query help tooltips appearing at wrong position. Patch by gerv; r=myk, kiko, wicked, a=mkanat, myk. --- template/en/default/global/help-header.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/global/help-header.html.tmpl b/template/en/default/global/help-header.html.tmpl index 1a74a1e82..330ba9160 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=''; } } -- cgit v1.2.3-24-g4f1b