Any idea how I can make background-image with linear-gradient to work on IE 11?
background-image
linear-gradient
The following code works fine on IE 10 but doesn\'t work on
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.