Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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

  • 2 svar
  • 2 har detta problem
  • 1 visning
  • Senaste svar av 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; }

Alla svar (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