【发布时间】:2015-10-17 15:32:57
【问题描述】:
正在努力实现具有聚光灯的重复背景,并决定使用混合模式来实现这一目标。
但是,混合模式似乎不适用于 Chrome。
在此复制:http://jsfiddle.net/pptn4f5v/7/
body {
background: url("https://dl.dropboxusercontent.com/u/10686242/testfreeimage.jpg"), url("https://dl.dropboxusercontent.com/u/10686242/background-blend%20-%20Copy.png") #030303;
background-repeat: repeat, no-repeat;
background-blend-mode: multiply, normal;
background-size: auto, contain;
}
这是 Chrome 的限制吗?这在 Firefox 中完美运行。
【问题讨论】:
-
这是 Chrome 中的一个错误,参见。相关stackoverflow.com/questions/51140449/…
标签: css google-chrome background-blend-mode