Link to home
Start Free TrialLog in
Avatar of DanOBrien57
DanOBrien57

asked on

HTML Progress Bar Percent

I want to do a progress bar using HTML. I have two images, like an old thermometer--one empty and one full. These are overlapped, and the full one grows from 0 to 100% as the procedure advances, filling up the tube. They are oriented horizontally. The hard part: I also want to show the percent complete in the center, on top of the images.
Avatar of mudbuggle
mudbuggle
Flag of United States of America image

What do you have so far? What are you measuring?
Avatar of DanOBrien57
DanOBrien57

ASKER

I have the two images. I'm measuring the duration of a server process that periodically updates the client. I use AJAX to provide real-time updates. That part works. I just need an HTML solution for animating the two images and showing the percent complete text layered above the images.
ASKER CERTIFIED SOLUTION
Avatar of mudbuggle
mudbuggle
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial