Hello,

When the pop-up buttons in the table are clicked, the pop-up is in the 
wrong place (or at least not where I'd like it to be). Whereas the buttons 
not in a table work as expected.

Please paste the following code into a tiddler to see the effect I'm trying 
to describe.

What I'm trying to achieve is arranging the buttons in columns with a title 
below each button. A table works well except for the pop-up in the wrong 
place issue.

How could this issue be resolved?

Much thanks, Bob  

\define text-popup(text)
<$button popup=<<qualify "$:/state/popup/$text$">> >Pop me up!</$button>

<$reveal type="popup" state=<<qualify "$:/state/popup/$text$">> animate=
"yes">
<div class="tc-drop-down">

! This is the popup
$text$

</div>
</$reveal>
\end

"""
blah










blah
"""

<<text-popup "hello">>
<<text-popup "help">>

|<<text-popup "hello">>|<<text-popup "help">>|
| pop-up1 | pop-up2 |


-- 
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/f6a3f880-9d1e-4c80-80ad-0cb44ca9f0cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to