【发布时间】:2021-07-10 07:00:13
【问题描述】:
此标记在 Chrome 中按预期工作。我可以使用 css 使其在 IE11 中工作吗?
<table width="100%">
<tr>
<td>
<div style="display: flex;justify-content: space-around;flex-wrap: wrap;">
<video src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" controls width=250 height=150></video>
<video src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" controls width=250 height=150></video>
<video src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" controls width=250 height=150></video>
<video src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" controls width=250 height=150></video>
</div>
</td>
</tr>
</table>
【问题讨论】:
-
哪个版本的IE? caniuse.com/?search=flex-wrap
-
添加有问题
标签: css internet-explorer flexbox