Yup, there is and it's pretty simple.

With the mouseover, bind the tooltip to a 'focus()' event (HTML:
onFocus).

And you can remove the tooltip with the 'blur()' event (HTML: onBlur)

I think that'll work.

Regards

Reply via email to