标签: html css flexbox internet-explorer-9
我的CSS是:
.flex_web, .flex_tablet, .flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
它适用于chrome,safari和firefox,但在IE9中无效。
我尝试使用display: table属性,但这对我不起作用。
display: table
我在科尔多瓦使用angularjs。
我想知道在ie9中是否有任何可用的flex选项。
由于
答案 0 :(得分:0)
flex,但IE10非常错误,仅支持旧规范:caniuse
IE11的错误较少,您可以解决其中一些错误flexbugs