CSS -moz-column-rule property doesn't work in firefox
This CSS works in all other browsers but not FireFox and I can't seem to figure out why:
- container {
column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; max-width: 1800px;
}
This CSS works in all other browsers but not FireFox and I can't seem to figure out why:
#container {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
max-width: 1800px;
}
Všechny odpovědi (2)
Thanks but this is not the first time I've looked at this links. As noted above I have those properties set with the correct syntax....unless I'm missing something. Do you actually see something different or something wrong?
Thanks