1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 00:27:57 +01:00
This commit is contained in:
Martin Stubenschrott
2009-10-29 21:42:02 +01:00

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]);