Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

CSS -moz-column-rule property doesn't work in firefox

  • 2 replies
  • 2 have this problem
  • 1 view
  • Last reply by jmc2017

more options

This CSS works in all other browsers but not FireFox and I can't seem to figure out why:

  1. 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; }

All Replies (2)

more options
more options

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