【问题标题】:How to fix a FlexBox issue in the Internet Explorer 11?如何修复 Internet Explorer 11 中的 FlexBox 问题?
【发布时间】:2018-10-09 14:23:00
【问题描述】:

IE11 中的 FlexBox 块

在其他浏览器中:

https://uzinouzi.github.io/testtemplate/ - 网站链接。

【问题讨论】:

  • 我现在没有IE浏览器可以测试,但是你应该尝试设置宽度或最小宽度。
  • @MaximeChéramy,为了什么?
  • information__about-us-items 班级。
  • @uzi_no_uzi 你有没有弄清楚这个问题?我在 IE11 和 flexbox 上遇到了完全相同的问题。

标签: html css flexbox


【解决方案1】:

使用前缀

display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

https://caniuse.com/#search=flexbox

本网站帮助您了解浏览器对属性的支持

【讨论】:

  • 检查我的网站,我使用那个前缀
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-03-03
  • 1970-01-01
  • 2014-10-09
  • 2021-11-28
  • 2016-10-20
  • 1970-01-01
相关资源
最近更新 更多