Is css3
I am doing some videos from Microsoft Virtual Academy and stumbled upon -ms-flex or so called Flexbox in css3.
I would like to implement a web app on html5 and css3 and this -ms-flex would help me very much.
Is this available in webkit or fennec based browsers on mobile devices? If this can be used, are there any limitations of use? Also are there any equivalent for those browser if that is not supported?
I found that : safari has webkit-box and maybe there are others for the rest of the browsers(Opera, Chrome and Mozilla or Dolphin)
Alright, extending from comment:
According to can_i_use, You can use flex box on many modern browsers with proper prefix:
-webkit-
prefix; -moz-
prefix; -ms-
prefix; You should be able to find some tutorial/example on MDN, or (as usual) Google.
链接地址: http://www.djcxy.com/p/75606.html上一篇: 使用jQuery为多个浏览器设置flexbox显示?
下一篇: 是css3