---
title: "Flex-box"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/192414-flex-box"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "ToniBasket"
published: "2014-08-24T20:25:51.000Z"
updated: "2014-08-24T20:25:51.000Z"
replies: 0
views: 1636
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/html-css/192414-flex-box"
---

# Flex-box

## #1 — ToniBasket, 2014-08-24T20:25Z

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;
}

Permalänk: https://www.webforum.nu/p/192414

---

Tråden på webben: https://www.webforum.nu/amne/html-css/192414-flex-box
