Somal Somalski
Somal Somalski

Reputation: 578

Present html page in greyscale

I am looking for the simplest way to make my page appear in greyscale.

I have found plugin (http://james.padolsey.com/demos/grayscale/), but it has some cons, eg. it doesnt handle background images well.

Do you know any alternatives or updates to this tool?

Upvotes: 1

Views: 971

Answers (2)

alexg
alexg

Reputation: 3055

If you want a cross-browser solution, you'll probably have to rely on javascript

Here's some solutions that I got as answer to one of my questions:

I have used Grayscale.js and it worked ok for me but you could try the other three.

Upvotes: 0

Alex
Alex

Reputation: 1171

You could try working with a filter: http://www.html5rocks.com/en/tutorials/filters/understanding-css/

but this might not work on all browsers, certainly doesn't work on old ones.

Upvotes: 1

Related Questions