Equivalent of Chrome CSS display:
I was trying to add a css property display
on a project I am trying to continue, and just found out this property I am not aware of.
I tried to search on google but it seems there is only display: -webkit-box or display: box
As far as I know -webkit
is for chrome and safari, So I am wondering if there is any equivalent of this in Mozilla ? like -moz-box
? or in IE / Edge -ms-box
?
display: box;
is 2009 flexbox spec...
See here: Flexible box model - display : flex, box, flexbox?
链接地址: http://www.djcxy.com/p/75620.html上一篇: 我是否应该使用display:block,或者我应该总是使用display:flex?
下一篇: Chrome CSS显示器的等同物: