Sure. For the following solution, you'd have to use the ListWidget instead 
of the short form {{{...}}} syntax. Thus:

<$list filter="""[tag[journal]!sort[created]]""">
<div class="hover-to-show">
  <$link/><br>
  <span class="hover-to-show-inner">
    <$transclude mode=block/>
  </span>
</div>
</$list>

...and you'll need a stylesheet, something like so:

title: Stylesheet/hover-to-show
tags: $:/tags/Stylesheet
type: text/css
text:
.hover-to-show {display:inline-block;
}
.hover-to-show-inner {
  display:none;
  margin-left:2em;
  z-index:1000
}
.hover-to-show:hover .hover-to-show-inner {
  display:block;
  position:absolute;
  background:white;
  max-width:300px;
  outline:2px solid silver;
  padding:5px;
}


<:-)

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4db3a7a8-6980-4cba-ac37-c091613237a0o%40googlegroups.com.

Reply via email to