Grayscale Images

Does anyone know how to create grayscale images using CSS alone, or if it’s indeed possible? I’m using Safari 5.0.3. I’ve tried using “-webkit-filter: grayscale(1);” to no avail. :confused:

Yeah, that only works in Safari 6, which I don’t think is the current version yet. It works in the current Chrome, though. You could use JS instead, I believe.

Hmm, okay, thanks. :slight_smile: