How to maintain PNG alpha transparency when using “-ms-filter” property

后端 未结 3 625
挽巷
挽巷 2020-12-29 00:26

I have the following HTML:

 Some text

And this css:

a:hover
{
    -ms-fi         


        
3条回答
  •  余生分开走
    2020-12-29 00:58

    UPDATE: AlphaImageLoader filter applied directly to the img may override the Alpha filter. As for removing a filter have you tried filter:none; ?

    Yes, programmically target IE6 and below with conditional comments.

    
    

    Also scripts like IE7-js will handle PNG transparency for you without cluttering up your CSS with non-standard code.

    
    

提交回复
热议问题