[jQuery] clueTip with mouseOutClose 'true' in IE problem

[jQuery] clueTip with mouseOutClose 'true' in IE problem


Hello,
I have a clueTip whose mouseOutClose parameter is set to true.
Everything works until the cursor moves over some other element, which
is BEHIND the clueTip (the cursor is still over the clueTip at this
point) - then the clueTip disappears. This seems to happen with any
element which is positioned relatively. I noticed that cluetip-outer
box is also positioned relatively.
Has anyone experienced this? Does it mean that clueTip assumes that
mouse has effectively moved out of it if the cursor goes over some
element which is positioned in a certain way?
Tried playing with z-index values, didn't help. If I set mouseOutClose
to false, it works, but the desired functionality is no longer there,
of course.
Thank you.