חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • 2 תגובות
  • 2 have this problem
  • 1 view
  • תגובה אחרונה מאת 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