[jQuery] Jtip problem

[jQuery] Jtip problem


Hello im using jtip with this modifcation to change the href to name
http://15daysofjquery.com/examples/jqueryTooltips/demo.php
But I am having a problem, i keep getting the error:
o has no properties
getAbsoluteLeft("")jquery-latest.js (line 67)
JT_show("http://ww2.wcmp.org/Remembering-DONALD-G.-BERRY
%20SR.-18410_main.html", "", "tooltip.php?id=18410")jquery-latest.js
(line 26)
JT_init()jquery-latest.js (line 18)
handleHover(mouseover clientX=0, clientY=0)jquery-latest.js (line 1)
e(mouseover clientX=0, clientY=0)jquery-latest.js (line 1)
[Break on this error] oLeft = o.offsetLeft // Get left position from
the parent object
Its saying something about o having no properties. Anyone have an idea
what that should be?
when you hover over
http://ww2.wcmp.org/Remembering-DONALD-G.-BERRY%20SR.-18410_main.html
IT should display
tooltip.php?id=18410
Thanks