Wednesday, 14 June 2017

CSS: How to add gradient/shade to the background color in IE?

Instead of 'linear-gradient'  try:

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#904087, endColorstr=lightpink,GradientType=1);

Use GradientType=0 for vertical.

No comments:

Post a Comment