I am working on a website which uses scales for showing stats.
I have created background gradients for each scale using CSS3 and the HTML5 meter element as in this tutorial:
HTML5-Meter-Shim
It works on all browsers expect Chrome and Opera, which show the default color.
Is this possible in Chrome and Opera, or is there any other solution?
Here’s my work:
http://jsfiddle.net/KRnUd/2/
Use RGB color syntax,
background-imageinstead ofbackground, andmeterattributes to get it fully working in Chrome and partially working in Opera: