I have an image with alt and title properties which cause a tooltip to appear when hovered. When the user right-clicks on the image, the context menu appears (I manually make the context menu appear via JavaScript), but the tooltip doesn't dissapear until the user moves over the menu items. Is this a z-order issue? Do I need to change the z-order of the context menu to appear above the tooltips? I am not talking about the Telerik tooltips and I would rather not use them. I would like to continue to use the browser-provided tooltips.