CSS Flex not working in Firefox 20
The following shows a 24 column grid I made - top and bottom are normal
grid and in the middle where it has fixed sidebars it is using flex css:
http://codepen.io/ferahl/pen/sJwhL
However in firefox 20 the middle flex grids only span half and less of the
available window width.
I think -moz-flex doesn't exist and it might be -moz-flex-box however that
doesn't make a difference and FF is supposed to understand the plain flex
property as of v20.
N.B. Works fine in Chrome, Opera and IE10
No comments:
Post a Comment