> > and in your StyleSheet tiddler add:
> > .columns {
> > -moz-columns:4;
> > -webkit-columns:4;
> > columns:4;
> > }

> It produced a very nice timeline for me, with just a single column.
> Is there some other way to force it into columns when this one will not
> work, please ??

Try the following CSS:

.columns { display:block;
        -moz-column-count:4; -moz-column-gap:1em; -moz-column-width:25%; /*
FireFox */
        -webkit-column-count:4; -webkit-column-gap:1em; -webkit-column-width:
25%; /* Safari */
        column-count:4; column-gap:1em; column-width:25%; /* Opera */
}

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to