How do I reset or override IE CSS filters?

前端 未结 7 1256
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:34

    There is boolean attribute enabled, for which you can set false or true http://msdn.microsoft.com/en-us/library/ms532997%28v=vs.85%29.aspx

    Example:

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    

提交回复
热议问题