• I’m trying to add a hovering effect on image in css style, so my picture will turn to color from black&white.

    Currently using this css code:

    .zm{
    filter: grayscale(100%);
    }

    .zm:hover{
    filter: grayscale(100%);
    }

    Seems the picture just turn black&white but hovering not working

    The page I need help with: [log in to see the link]

  • The topic ‘Image hovering’ is closed to new replies.