How would one go about making a progress bar in html/css/javascript. I don’t really want to use Flash. Something along the lines of what can be found here: http://dustincurtis.com/about.html
All I really want is a ‘progress bar’ that changes to the values I give in PHP. What would be your though process? Are there any good tutorials on this?
You can do it by controlling the width of a div via css. Something roughly along these lines:
That width value can be sent in from php if you so desire.