<div class="feed-item-remove"> <i class="icon-remove infotip" title="Remove task"></i>
</div>
This is the code I use. .feed-item-remove is absolutely positioned in
another div. I set up the tooltip with the following code:
$(".infotip").tooltip();
This works for elements that are relatively positioned. However, in this
case it is positioned somewhere above the top of the page. Any idea on how
to solve this?
