css - Flex menu not working in Firefox -


you can check main menu flex here: http://funnyfrontend.com/

this menu works fine in chrome , ie11.

thaks you.

you have put display:flex firefox.

.secondary-navigation ul.creative-menu {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     width: 100%; } 

Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -