-moz-background-clip:Mozilla 中的*文本*
Mozilla 有没有好的方法来实现这一点?我已经使用 -webkit-background-clip: text; 在 Webkit 中成功完成了此操作。我一直在尝试将其实现到 Firefox 中,但没有成功。 MDN 将其列为 -moz-background-clip 但没有“文本” ' 属性。最终确定的CSS3属性是background-clip,但我无法确定“text”是否是跨引擎的有效选项,或者它是否只是webkit的东西。预先感谢您的澄清!
Is there a good way to implement this in Mozilla? I have done it successfully in Webkit using -webkit-background-clip: text;. I have been trying to implement it into Firefox with no success. MDN has it listed as -moz-background-clip but there is no 'text' attribute. The finalized CSS3 attribute is background-clip but I have not been able to find if 'text' is a valid option across engines or if it is a webkit only thing. Thanks in advance for the clarification!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 Webkit 目前正在独自支持此功能。发现了一个使用 SVG 的有趣的跨浏览器变体: http://www.myadzel.ru/tests/html /文本背景/。
I think Webkit is on their own in supporting this feature at this point. Found an interesting cross-browser variation that uses SVG though: http://www.myadzel.ru/tests/html/text-background/.