Posts: 65
Location: san francisco, ca
|
@mgraphic: Thanks for your suggestion. And apologies, for not responding directly, but no: applying your suggestion didnt work either.
I bumped the companion post in the jQuery Forum and got an answer that seems to work
THIS ISSUE IS RESOLVED
I have updated my DEMO page. I am not quite sure i understand, but will try to explain.
The issue was that in my CSS, i was missing:
#tooltip { position: absolute; z-index: 3000; }
When i add this, BANG: my tooltips track with mouse cursor. Whats confusing is that in my markup, there is no instance of a container with id="tooltip".
I think whats happening is that when the .tooltip () is called, its generating the container with id="tooltip" into which its displaying (via bodyHandler argument) the contents of another div. See Line #40 within jquery.tooltip.js.
Thanks for all y'all's attention and help on this. Happy Friday.
|