CSS3 Grayscale filter: copy&paste!

example Alice Glass
/* No styles */
example Alice Glass
.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
  filter: gray; /* IE 6-9 */
}
				

Support Chrome, Firefox 4+, Internet Explorer 6+, Safari 5.2+, Opera 13+ . Download ZIP (with .svg). Go to Pixelhunter.