I am trying to apply Filter: Gray to a background image
For example:
a.someclass {
background-image: url('images/someimage.
gif');
background-repeat: no-repeat;
background-position: center left;
filter: gray;
}
I do not think this is possible but maybe someone smarter than I knows a work around to make this happen.