:-) My pleasure. Glad you like the plugin. Can't wait to find some
time to touch it up.
One word of caution: the default styles use a a transparent png image
for a drop-shadow effect. This might look ugly in IE6, as I haven't
yet managed to work in the PNG fix plugin.
Cheers,
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 2, 2007, at 3:40 PM, Anthony Leboeuf(Worcester Wide Web) wrote:
What a great plugin, I managed to get it working painlessly. Thanks
man
-Tony
Karl Swedberg wrote:
Hi there,
I don't know offhand what the issue is, though it probably has to
do with how the element is positioned, because of the way the code
crawls up the DOM tree to gets its x and y coordinates. Try either
giving the anchor element position: relative or wrapping it in a
span with position:relative and see if that helps.
Otherwise, my new clueTip plugin, while still in "beta," is a more
robust implementation of jTip. If you're interested in trying that
one out, you can learn about it here:
http://examples.learningjquery.com/62/
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 2, 2007, at 2:53 PM, sublimenal wrote:
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