Mozilla Firefox 中 -webkit-filter 的替代方案
Alternative for -webkit-filter in Mozilla Firefox
我在 Whosebug 上阅读了这个页面:Change color of PNG image via CSS?。我在看 ravitadi 的回复,他说你可以用 -webkit-filter 改变你的图片颜色。
我的问题是如何在 Mozilla Firefox 中使用 -webkit-filter。如您所知,-webkit-filter 在那里不起作用,那么是否可以使用 CSS 属性 替代方法?我知道这适用于 Chrome,但我需要它适用于所有浏览器! :)
只需在问题上使用filter
, without the -webkit-
prefix. It will work in Firefox 35 and up. If you need support for older Firefox versions, look into SVG filters. MDN has an article entitled Applying SVG effects to HTML content。
我在 Whosebug 上阅读了这个页面:Change color of PNG image via CSS?。我在看 ravitadi 的回复,他说你可以用 -webkit-filter 改变你的图片颜色。
我的问题是如何在 Mozilla Firefox 中使用 -webkit-filter。如您所知,-webkit-filter 在那里不起作用,那么是否可以使用 CSS 属性 替代方法?我知道这适用于 Chrome,但我需要它适用于所有浏览器! :)
只需在问题上使用filter
, without the -webkit-
prefix. It will work in Firefox 35 and up. If you need support for older Firefox versions, look into SVG filters. MDN has an article entitled Applying SVG effects to HTML content。