[pmwiki-users] CSS Markup problem.

Stirling Westrup sti at pooq.com
Mon Apr 17 09:21:11 CDT 2006


I wanted to experiment with the CSS3 multi-column layout support that
the latest firefox now has, so I went and added a mozilla column option
to $WikiStyleCSS:

$WikiStyleCSS[]='-moz-column-count';

but when I tried it out with variations on:

>>-moz-column-count=2<<

It didn't work.  I then tried this:

$WikiStyle['clm2']['-moz-column-count'] = 2;

and used >>clm2<< and that worked. Is there some problem being caused by
the leading dash on the CSS property name?

Anyway, for those curious about the result, the test page is here:

http://sti.pooq.com/Reading/Online

Naturally, you only see multiple columns under firefox.




More information about the pmwiki-users mailing list