Cross Browser support for CSS Flexbox

后端 未结 5 497
北海茫月
北海茫月 2020-12-09 18:35

I have been using the code mentioned below, it works on my Chrome but not on my IE9 and Safari.

I googled for the solution, despite I got various vendor prefixes, th

5条回答
  •  一向
    一向 (楼主)
    2020-12-09 18:40

    IE9-, unfortunately, doesn't support Flexbox at all. IE10 supports the 2011 version.

    Opera 12.1+ supports the latest 2012 version unprefixed. It will also be supported by Chrome 30+ and IE11+. Firefox 22 already supports it, too, but only partially — it doesn't support flex-wrap property and flex-flow shorthand.

    Previous versions of Firefox, Chrome, and Safari 3.1+ support 2009 version. Chrome 21+ also supports 2012 version with prefix.

提交回复
热议问题