Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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

  • 2 ответа
  • 2 имеют эту проблему
  • 1 просмотр
  • Последний ответ от 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; }

Все ответы (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