Hi Dave,

Today I was experimenting with your 2 and 3 column layout in Chrome but it 
did not work.
As given it only works with Firefox but you can make it more universal, see 
http://www.w3schools.com/cssref/css3_pr_column-count.asp

In principle:

.threecolumns {
     column-count:3; /* Opera and IE 10 */
     -moz-column-count:3; /* Firefox */
     -webkit-column-count:3; /* Safari and Chrome */
}

But, your example with:

@@.threecolumns
*Text
*Text
*Text
.
.
*Text
*Text
*Text
@@

gives a slightly different result per browser:
* Firefox: as given in your example (and as expected)
* Chrome and Opera: all text without bullets
* IE 10: first column with bullets, second and third column without bullets.

Tested with Windows 7 64-bit, IE 10, FF 24, Chrome 30 and Opera 17.

Keeping it simple I also left out the column-gap and column-width.

Cheers,

Ton

-- 
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/groups/opt_out.

Reply via email to