Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying to apply gray scale filter in IE(Ineternet Explore) browser but it not working in IE(Ineternet Explore) browser .i need solution gray scale issue?

What I have tried:

  img{
filter: grayscale(100%);
}
Posted
Updated 8-Dec-17 5:31am
v5

1 solution

Literally the first result from Google for "css filter grayscale ie":
css3 - internet explorer 10 - howto apply grayscale filter? - Stack Overflow[^]
 
Share this answer
 
Comments
Member 12656556 27-Dec-17 8:41am    
Here i am not using svg, i want to grayscale filter for normal image tag.
Richard Deeming 8-Jan-18 10:23am    
If you want IE10 support, you don't have a choice; you have to use an SVG overlay.

NB: The solution applies to a normal image tag. It's just using an SVG overlay to achieve the grayscale effect.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900