<$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>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;
}