No, there is no way to remove the close button. However, you could do
something like this in your stylesheet:
#cluetip-close {
display: none;
}
that should take care of it.
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Dec 16, 2008, at 2:41 AM, braveknave wrote:
What if I wanted to completely remove the "close" button? Right now,
"sticky: true" and "mouseOutClose: true". Since the box closes when
the user mouses out, is there any way to remove the "close" button?
If this option is in the documentation and I just missed it, I
apologize! Thanks!