I found this great way to convert an image to greyscale using only CSS, the problem is that it is specific to Windows IE. Is there a similar way to desaturate an image using CSS that is more universal?
mattr555
3:18 pm on Mar 11, 2004 (gmt 0)
This is an IE proprietry feature. There is no offical CSS attribute to do this.
too much information
5:14 pm on Mar 11, 2004 (gmt 0)
that's what I was afraid of. It's such a cool feature and it saved me TONS of code. I guess I will just have to be happy with the way this works until I can write my own. :(
drbrain
8:03 pm on Mar 11, 2004 (gmt 0)
If you convert the picture to grayscale beforehand, you'll save yourself bandwidth. Well worth the effort over the convenience of the filter.