CSS filter grayscale image for IE 10

后端 未结 3 1473
攒了一身酷
攒了一身酷 2020-12-29 04:32

Is there a way to make grayscale image filter work on IE 10 without JavaScript or SVG?

I\'ve been using the following code successfully in all browsers except IE 10.

3条回答
  •  天命终不由人
    2020-12-29 05:27

    http://www.majas-lapu-izstrade.lv/cross-browser-grayscale-image-example-using-css3-js/

    http://www.majas-lapu-izstrade.lv/cross-browser-grayscale-image-example-using-css3-js-v2-0-with-browser-feature-detection-using-modernizr/

    The above links give good idea for > IE10 and other browsers.

提交回复
热议问题