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

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

python - Pygame screen.blit not working -

c# - Web API response xml language -