<span onmouseover=\"showtip('" + formatForToolTip(displayValue) + "');\" onmouseout=\"popdown();\"> Shorter Text </span>
So when you mouseover the span, it would pop up the tool tip. This piece no longer works. Is there anyway to get this working? Do I need to upgrade to the pre-release version? Am I missing something stupid?
<span onmouseover="showtip('" + formatForToolTip(displayValue) + "');" onmouseout="popdown();"> Shorter Text </span>
So when you mouseover the span, it would pop up the tool tip. This piece no longer works. Is there anyway to get this working? Do I need to upgrade to the pre-release version? Am I missing something stupid?
Thanks
I mentioned exactly the same thing over a week ago... COME ON ANDY GIVE US A REPLY!
My tooltips are actually working again... for the most part. But I've been having issues with them not displaying consistently. T
Sometimes the tooltip will show up, but only in the top-left corner of the screen. I want to debug a little more to see if i can figure out then maybe i can put up some code snipets.
tootricky.... there is a new menu version out today, I would try grabbing that and maybe regrabbing the tooltip.js (i had done that for the sake of argument). Don't know if anything changed, but at least my tooltips show up now.
PS: Is there any style classname or something that I could be causing a problem if a used it by coincidence?
Like the new features... especially the followtip ability.
One thing I noticed though, if you have the tooltip follow your mouse... it will initially appear overtop a select box, but if you move the mouse, the tip then moves underneath except where the tip first showed. (not moving the iframe - or however it covers up the selects, or someting?)