简体   繁体   English

Edge / IE中是否不支持background-blend-mode

[英]Is the background-blend-mode not supported in Edge / IE

I am curious why this doesn't work in MS Edge / IE browsers. 我很好奇为什么这在MS Edge / IE浏览器中不起作用。 Is the blend-mode property not available there? 混合模式属性在那里不可用吗? I was not able to dig up any information on it. 我无法挖掘任何有关它的信息。

.blended {
  background-image: url(image.png);
  background-color: red;
  background-blend-mode: multiply;
}

no, it is not currently supported in Edge 不,Edge目前不支持它

It is currently " on the backlog ", meaning the team is planning on working on it, but hasn't started yet. 它目前处于“ 积压 ”状态,这意味着团队正在计划开展工作,但还没有开始。

As with all features in Edge, if you vote up the feature on the Edge uservoice, it will be more likely to be implemented sooner. 与Edge中的所有功能一样,如果您在Edge uservoice 对该功能进行投票 ,则更有可能更快地实施。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM