View Single Post
  #4  
Unread 03-27-2005, 01:23 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

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!
Reply With Quote