Today I needed a gauge to show where on a scale that a value fell.
I wanted to use CSS instead of dynamically creating an image in PHP or creating 100 static images.
I found some samples that use DIV tags to create a gauge, but I needed to put text both before and after the gauge on the same line.
So I modified the sample Super simple CSS bars.
Continue reading CSS Progress Bar or Gauge