How do I reset or override IE CSS filters?

前端 未结 7 1261
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条回答
  •  旧时难觅i
    2020-12-07 12:34

    If you're using HTML5 you may want to go down the route of using

    
    
    
    
    
    
    
    
    

    and in your CSS use something like:

    .ie9 .element {filter: none; }
    

提交回复
热议问题