From d75c7cb870c267bc884314d8e3fce1a63a6df54a Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Thu, 29 Oct 2009 21:33:48 +0100 Subject: [PATCH] Fix bug #122 - thanks robert anthony farrell --- common/content/hints.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/hints.js b/common/content/hints.js index 211dae11..4f22c149 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -320,6 +320,7 @@ function Hints() //{{{ span.style.left = leftPos + "px"; span.style.top = topPos + "px"; + span.style.position = 'absolute'; fragment.appendChild(span); pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]);