bosschen style
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
var tt = document.createElement('tooltip');
|
||||
tt.classList.add('hidden');
|
||||
tt.style.cssText= "position:absolute; top: "+(ev.pageY+10)+"px; left: "+ ev.pageX +"px;";
|
||||
var tn = document.createTextNode(content);
|
||||
tt.appendChild(tn);
|
||||
tt.innerHTML = content;
|
||||
document.body.appendChild(tt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user