I have this: demo
background-image: url('http://colorisrelative.com/wp-content/uploads/2010/08/halation_2color_orangecyan.png');
background-position: 80% 0%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
I put a background-image under the icons and change the position on hover. It works perfectly in Chrome, but not in Mozilla or IE (You need to watch the demo in chrome and Moz or IE). So I need a fallback. I tried the solution of this article but I dont get it to work.
Is there a way to say, use it only in chrome and take a static text color with hover in every other browser?
I appreciate every solution