Hi Dave, > I would like to have the ability to make link tooltips become a fully > functioning popup (i.e. from which you could open links and even have > pop-ups work within) I would like it to behave with the same delay > that a link tooltip has to avoid popups from a simple sweep of the > mouse. >
Though without the delay, but you can easily adapt ShowPopup to open on hover by replacing 'onclick' to 'onmouseover' in its code section: http://www.TiddlyTools.com/#ShowPopup To have popups within Popups I found it also better to add 'top','right' in the braces following Popup.show, as in this example: Popup.show('top','right'); so that these popups don't completely hide the contents below. Regards.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

