• 0

[jQuery/CSS3] Meter Widget


Question

7 answers to this question

Recommended Posts

  • 0

I think Quigley is right, the canvas element. Not all browsers are compatible with it, at least the older IE isn't. There is a google plugin for it, excanvas I think. It just uses javascript and geometry to draw the stuff. We used excanvas to do a fuel gauge. Cool stuff.

Link to comment
Share on other sites

  • 0

You can make it with css though it's not that simple to make with css and will not work on ie8 and older :/

But canvas won't work either on ie8 and older as far as I know >.>

 

Most childish solution is just making a image of the meter and all of it's values and changing it based on it's vlue, it works atleast at every browser :P

 

If you want I can make a css only version with some js ;)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.