or maybe this one ...
http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Feb 10, 2008, at 3:02 PM, Glen Lipka wrote:
How about this one:
http://plugins.learningjquery.com/cluetip/
It has a mousetracking option.
Glen
On Sat, Feb 9, 2008 at 2:49 AM, Christian Vogt <[EMAIL PROTECTED]>
wrote:
Hey guys,
iam using a great piece of JavaScript-Code from time to time, its
named "BoxOver" and is a ToolTip-Script for JavaScript which can be
found here: http://boxover.swazz.org, some examples:
http://boxover.swazz.org/example.html .
I've searched for a similar Plugin for jQuery, but nothing was that
flexibel and lightweight (boxover is just 5kb compressed).
My idea is, to port this great peace of code to an flexibel jquery-
plugin.
Normaly, you configure BoxOver over the title-attribute... with jquery
you could get the data out of another inline-container or a ajax-
call... that would be great... also the chaining abilitys would be
great, configuration directly from the script.. awesome ;)
My problem is that iam not the js-king and not that good in creating
plugins for jquery. So iam asking if anybody could could do this or
has some good hints how i could get it done...
Anybody out there? ;)