I am using a Tooltip to display the number of Inbox messages. I do this by setting the errorString property of a component and then dispatching a mouseOver event on the component to get the number of messages to show for 60 seconds. The problem I have is how to get the Tooltip to stay next to the component rather than moving when the user scrolls.
Thank you in advance for any help, Orville

