Okay thanks Mat!

On Saturday, 19 November 2016 12:55:49 UTC-5, Mat wrote:
>
> 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/2a3279a7-5609-4b70-88f3-bcb7af64471b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to