In IE, how do I remove a filter?

后端 未结 3 962
Happy的楠姐
Happy的楠姐 2020-12-13 17:33

I have a class

.tab{filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#f5ffff\', endColorstr=\'#e8f2f8\');}

and when one of th

3条回答
  •  一向
    一向 (楼主)
    2020-12-13 17:45

    I've only tried this in IE8, but it seems to do the trick:

    filter: none;

提交回复
热议问题