CSS Progress Bar (Class Demo)
Back to seandempsey.com - New England Web Creation & Tools80%
This code has no javascript, no dhtml, etc. It is pure CSS (with 3 images) and a very simply PHP interface
PHP Code:
//param 1 = name
//param 2 = your progress
//param 3 = total amount possible (defaults to 100)
//param 4 = display bar automatically?
//param 5 = (optional) animated? (defaults to true)
//param 6 = (optional) relative path to images used for css
$pbar = new progress_bar('pbar', 80, 100, TRUE);
Try it for Yourself
Download Class (and Example)
Your Rating
Overall Rating









