Probably is because the line:

tw-drop-down


try changing it to tc-drop-down. 

So the full code should look like:

define ref(label)
<$button popup="$:/state/$label$" class="btn-invisible tw-slider"><sup 
style="color:green">$label$</sup></$button>
\end

\define definition(label,text)
<$reveal type="popup" state="$:/state/$label$" animate="yes">
<div class="tc-drop-down">
<dl>
<dt>$label$</dt>
<dd>$text$</dd>
</dl>
</div>
</$reveal>
\end

\define footnote(label,text)
<<ref "$label$">>
<<definition "$label$" "$text$">>
\end

\define footnotes(label,text)
<<definition "$label$" "$text$">>
<sub><span style="color:green">$label$ : </span> $text$</sub>
\end


You should change the CSS also.It is contained on the popupStyle tiddler to 
look like:

.tc-drop-down dd { max-width:300px; word-break: break; white-space:normal; 
padding :0;}

tc-drop-down a {display:inline;padding:0}


Let me know about the experience.

El jueves, 11 de septiembre de 2014 19:49:54 UTC+2, Ken Gray escribió:
>
> so I've been working with Danielo's PopupFootnotes and have them working 
> except that the popup window doesn't work; it just puts the text right over 
> whatever is there.  
> anyone else figure this out with B16?
> Thanks.
>
>
> http://braintest.tiddlyspot.com/#PopupFootnotes:[[Welcome%20to%20my%20testing%20Brain!]]%20Index%20PopupFootnotes
>  
>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to