svn path=/Website/trunk/; revision=31007
This commit is contained in:
2016-10-07 12:29:57 +00:00
parent 51bf9c1f6e
commit 89e80a5b11
3 changed files with 7 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ function showActions(event) // event op de mouseover van resultsettable
}
});
$actiondiv.css('top', $(this).position().top + $(this).outerHeight() - $actiondiv.outerHeight() - 5 + "px");
$actiondiv.css('top', $(this).offset().top + $(this).outerHeight() - $actiondiv.outerHeight() - 5 + "px");
if (!anyShow)
{
$actiondiv.hide();