From 0bf67de085358f0969b1f3ceeff08481d985be1e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 15 Sep 2005 03:59:10 +0000 Subject: [PATCH] Bug 300743: Query help tooltips appear at wrong position - Patch by Gervase Markham r=myk r=kiko r=wicked a=myk --- template/en/default/global/help-header.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=''; } } -- 2.47.2