Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

-moz-background-clip: *text* in Mozilla

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!

like image 325
Blurn Avatar asked Mar 29 '11 00:03

Blurn


1 Answers

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/.

like image 157
metavida Avatar answered Sep 20 '22 02:09

metavida