How do I reset or override IE CSS filters?

前端 未结 7 1254
Happy的楠姐
Happy的楠姐 2020-12-07 11:48

I\'m using the proprietry MS \'filter\' property to try and create a non ugly equivalent to css3 text-shadow and box-shadow;

I was actually doing really well until I

相关标签:
7条回答
  • 2020-12-07 12:40

    The -ms-filter property is a non-standard, browser-specific CSS entry and as such requires that its parameter is enclosed with quotation marks. So -ms-filter: "none" will work just fine.

    0 讨论(0)
提交回复
热议问题