@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user