How to make background-image with linear-gradient work on IE 11?

后端 未结 4 508
旧巷少年郎
旧巷少年郎 2020-12-11 01:04

Any idea how I can make background-image with linear-gradient to work on IE 11?

The following code works fine on IE 10 but doesn\'t work on

4条回答
  •  眼角桃花
    2020-12-11 01:23

    I faced the same issue and in addition to doing the filter and linear-gradient, I also had to add the width in my CSS class, once I set the width, I could see my custom styles with background gradient.

提交回复
热议问题