Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

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

  • 2 wótegronje
  • 2 matej toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót 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; }

Wšykne wótegrona (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