
CSS Progress Bar or Gauge
Today I needed a gauge to show where on a scale that a value fell.
Example:
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 … Continue Reading ››
