CSS question: I have used for a long time the following CSS. But the first 
column always begins one item lower than the other two. See 
http://www.giffmex.org/tw5mall.htm for an example. Is there a way around 
this?

 /*COLUMNS*/
.twocolumns {
column-count:2;
-moz-column-count:2; 
-webkit-column-count:2;}

.threecolumns {
column-count:3;
-moz-column-count:3; 
-webkit-column-count:3;}


-- 
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/d/optout.

Reply via email to