Hi Joshua

No, doubtful.

That sample looks as though you want/need a CSS-grid layout. Or maybe CSS 
flex (steeper learning curve). Or you could use CSS display:table et al. 
Worst case (not recommended) HTML tables.

All my code is doing is using CSS columns on suitably tagged tiddlers. When 
one of those tiddlers is displayed, its content is "split" into columns of 
the specified width/height. It does NOT display multiple tiddlers in some 
kind of host tiddler (ie not a transclusion mechanism).

HTH

On Saturday, June 17, 2017 at 4:38:20 PM UTC-5, @TiddlyTweeter wrote:
>
> It may help with this layout issue I have... ???
>
>
>
> Each of those is a Tiddler. I really need to better understand modern CSS 
> flows.
>
> Josiah
>
> On Friday, 16 June 2017 17:21:44 UTC+2, [email protected] wrote:
>>
>> Yes, I've sort-of done it.
>>
>> In my case, certain tiddlers format the tiddler body as a set of css 
>> columns with fixed height(s).  Those tiddlers then scroll horizontally.
>>
>> So, not a "storyriver", but certainly a horizontal presentation of the 
>> content with no vertical scroll at all.
>>
>> .tc-tagged-bk-layout .tc-tiddler-body {
>>   max-height:770px;
>>   overflow-x:auto;
>>   width: 100%;
>>   position: relative;
>>  
>>   columns:3; -moz-columns:3; -webkit-columns:3;
>>   column-gap:3em; -moz-column-gap:3em; -webkit-column-gap:3em;
>>   column-rule: 3px dotted #ddd; -moz-column-rule: 3px dotted #ddd; 
>> -webkit-column-rule: 3px dotted #ddd;
>> }
>>
>>
>>

-- 
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/c1552211-dc56-4e3f-af45-339fd5810c1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to