CSS3-Progress-bars
CSS3-Progress-bars copied to clipboard
Look into progress element
Though it doesn't have much support yet, these would make sense to be using progress, rather than div. Have a look at http://peter.sh/examples/?/html/meter-progress.html for a browser test as well as an example of the default rendering.
Rich, I wonder if the "meter" element would be a more fitting tag. I played around with styling both the progress and the meter tags and they looked like garbage in Chrome with CSS gradients. Any thoughts on this?