Hi Group! I am very new to jQuery, and I need help!
I am trying to make jTip work the way i want. I found this http://15daysofjquery.com/jquery-tooltips/21/ and from that I made this http://www.visual-astma.dk/js/ And with a few modification I almost got it working the way I want... But what do I want? Yes, I want a "tooltip" that you can move the mouse over and when the mouse leaves the tooltip it fades out. This part works! Hurray! But when you leave the link without touching the tooltip, the tooltip stays So i need a way to make the tooltip fadeout when the mouse leaves the link, but at the same being able to move the mouse over the tooltip. Does it make any sense??