[jQuery] cluetips problem- no background
Howdy,
I am using the plugin cluetip 0.9.6 and am having a problem with the
formatting of a long tip. I had cluetips working perfectly on one of
my applications. However I just had a case where the tip text is not
having a background applied (i.e. the text of the tip is overlayed
directly over the text of the main page). This happened when the text
was rather long. I tried the same tip with abbreviated content and it
worked fine. Here is how I am invoking:
$('a.helpImage').cluetip({local:true, arrows:true, showTitle:true,
activation: 'click', titleAttribute:'alt', cursor: 'pointer',
sticky:true, cluetipClass: 'rounded', dropShadow: false});
I have posted side by side a screen grabs of a successfully, and
poorly, formatted tip at:
http://www.gda.state.mn.us/ClueTip.gif
The problem appears in both Firefox and I.E.
When I scroll down, the background blue color reappears after the end
of the form.
Many thanks for assisting in working this out.
Andrew Koebrick