Here's a start. No idea if it is "the best" way and there's probably some 
more native tw5 way that I can't think of right now because I'm temporarily 
a bit out of the game. I hope you was the RevealWidget 
<http://tiddlywiki.com/#RevealWidget>... which doesn't work for hover 
straight away but maybe with some fiddling..

<:-)

<div class="foo">
hover me
<span class="bar">
{{HelloThere}}
</span>
</div>

<style>
.foo .bar {
  display:none;
}
.foo:hover .bar {
  display:block;
  position:absolute;
  background:white;
  border:1px solid gray;
  padding:10px;
  z-index:2;
}
</style>


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2748adf3-e9b9-4a7c-88e7-ed03a69ae13b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to