Question:

I have a CSS coding question!

by  |  earlier

0 LIKES UnLike

What is the code to make all the images on the page black and white?

 Tags:

   Report

3 ANSWERS


  1. Add the css style property

    filter : gray;

    to all of your image styles


  2. There is no such CSS code, the images are probably converted to greyscale and a different stylesheet or page is used to display the black and white images.  This change REQUIRES additional scripting in JavaScript or server-side implementation

  3. There are none. The images need to be converted to black and white.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.