• Hello,

    I’d like to make an effect on some logos on my homepage. I would like to have them in grayscale and then, when hovering, they would be in colour.

    I’m trying to do it only with CSS.

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);

    But it’s not working (and I’m just in the step to make the images into grayscale).

    Any idea why?

    Thanks very much!
    M.

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Images from grayscale into colour when hovering’ is closed to new replies.