So you are adding the macro call to [[SiteTitle]]? Wouldn't it be more appropriate to add a new <div style="style the location" macro="gotoTiddler"></div> to the [[PageTemplate]]?
Getting the widget to hover above other things would require you to add "z-index: 2;" to the style attribute of that div. But it might be that you would have to give the other divs a "z-index: 1" for to work. Test it out. <div style="z-index: 2; position:absolute; padding:9em 0 1em 1em; right:5em; top:0px;" macro="version"></div> might do the trick for you. Adjust right and padding-top as needed. -- 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.

