Hej
Jag behöver hjälp med flex-box till firefox. Jag kan alla pre-fix men jag får det inte att fungera......blir helt galen på det.
Här är sidan som ni kan kolla i chrome och Firefox för att see hur illa det är.
http://maliganisinj.com/header1.html
Typ vad är fel med det här koden till navigatorn?
.nav {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
\-webkit-box-direction: normal;
\-moz-box-direction: normal;
\-webkit-box-orient: horizontal;
\-moz-box-orient: horizontal;
\-webkit-flex-direction: row;
\-ms-flex-direction: row;
flex-direction: row;
\-webkit-box-pack: end;
\-moz-box-pack: end;
\-webkit-justify-content: flex-end;
\-ms-flex-pack: end;
justify-content: flex-end;
}