Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

-moz-column-span: all; – completely ignored?

Tags:

css

firefox

Testing in various versions of Firefox new and old it seems that column-span in CSS3 is ignored completely?

Even the simple demo on quirksmode fails in firefox:

http://www.quirksmode.org/css/multicolumn.html

Has this ever worked? I'm having trouble finding anything related online. Surely it should work if there is a prefix for the rule (-moz-column-span)

Am I missing something?

like image 827
Graham Avatar asked Dec 13 '22 03:12

Graham


2 Answers

As of today, -moz-column-span and column-span are still not supported by Firefox.

like image 80
Nathan Avatar answered Dec 28 '22 21:12

Nathan


No, -moz-column-span and column-span are ignored by Firefox. Here is the bug: https://bugzilla.mozilla.org/show_bug.cgi?id=616436

like image 38
Zachary Vance Avatar answered Dec 28 '22 22:12

Zachary Vance