Closest thing you can do: Create a page that looks like a tooltip with all the text data you want, and position it near the thing you want the tooltip for. Set the visibility to false. Set the OnHoverIn and OnHoverOut of the object to show and hide the page. ( OnHoverIn="Parent.Faketooltip.visible=true" OnHoverOut="Parent.Faketooltip.visible=false" )
The downside is that, unlike regular tooltips, this would have to be contained entirely within the parent page.
__________________
If it ain't broke, it needs more features!
|