Am Freitag, 20. Dezember 2013 22:43:17 UTC+1 schrieb Jeremy Ruston:
 

> As an alternative, you could float the button at the top right of the 
> tiddler.
>
>
Could you tell me how to do that? I doubt that it's possible as W3C states: 
"Elements are floated horizontally, this means that an element can only be 
floated left or right, not up or down." 
http://www.w3schools.com/css/css_float.asp

My solution - which I don't like too much is:

<<<.myclass
<$tranclude …/>
<<< <$button …>

and then the css:

blockquote.myclass { position:relative; }
blockquote.myclass > cite { position:absolute; right:-22px; bottom:0px; }

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to