Is there a simple way to display a color bitmap in grayscale with just HTML/CSS?
HTML/CSS
It doesn\'t need to be IE-compatible (and I imagine it won\'t be) -- if
For grayscale as a percent in Firefox, use saturate filter instead: (search for 'saturate')
filter: url("data:image/svg+xml;utf8,#saturate"