Monthly Archives: June 2009

Simple CSS shiny progress bar technique

.meter-wrap{
margin: 0 auto 1em auto;
position: relative;
}

.meter-wrap, .meter-value, .meter-text {
/* The width and height of your image */
width: 155px; height: 30px;
}
.meter-wrap, .meter-value{
[...]