CSS Grid Layout not working in IE11 even with prefixes

前端 未结 4 2068
长发绾君心
长发绾君心 2020-11-22 08:28

I\'m using following HTML markup for my grid.

....
4条回答
  •  -上瘾入骨i
    2020-11-22 08:56

    To support IE11 with auto-placement, I converted grid to table layout every time I used the grid layout in 1 dimension only. I also used margin instead of grid-gap.

    The result is the same, see how you can do it here https://jsfiddle.net/hp95z6v1/3/

提交回复
热议问题