1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 08:37:59 +01:00

Fix bug #122 - thanks robert anthony farrell

This commit is contained in:
Martin Stubenschrott
2009-10-29 21:33:48 +01:00
parent 42ef3949df
commit d75c7cb870

View File

@@ -320,6 +320,7 @@ function Hints() //{{{
span.style.left = leftPos + "px"; span.style.left = leftPos + "px";
span.style.top = topPos + "px"; span.style.top = topPos + "px";
span.style.position = 'absolute';
fragment.appendChild(span); fragment.appendChild(span);
pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]); pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]);