Click to See Complete Forum and Search --> : Creating an updateable Project Progess bar


M!mik
10-13-2004, 02:32 PM
I'm designing a website for a game mod that is currenty being developed, and I wanted to know if it was possible to create a progress bar that can be updated to show how far along we are. I.e. the bar shows up at the top of the page, and as we get more of the project done, the code (variable, i would assume) can be altered (percentage) and this alters how much of the bar is filled in.
Thanks in advance to anyone who can help.

Jona
10-13-2004, 04:45 PM
If you use a wrapping background image, you can use the width property of CSS: <http://209.169.105.28/jona/research/cssjs/progressbar/progressbar.html>. If you're using an image with a specific width (e.g. 750 pixels), use the clipping property. (Code is in the same as the page as I linked to, but commented out in the source.)

M!mik
10-14-2004, 10:33 AM
Thanks for your help, but sadly the link didn't work.

Jona
10-14-2004, 04:36 PM
Originally posted by M!mik
Thanks for your help, but sadly the link didn't work.

Sorry, it is on my computer which is set up as a server. Hence, the link will not work if I am offline. I will upload the example to a webserver so that you can view it when I get a chance, and reply back once I have done so.

M!mik
10-14-2004, 04:53 PM
Ok, thanks a lot for your help.

Jona
10-14-2004, 04:54 PM
Originally posted by M!mik
Ok, thanks a lot for your help.

The link will work while I am online, such as at this moment, so if it says I'm online in the forums, my computer is on and you can visit the link to see the example. Try it again, please.

M!mik
10-14-2004, 04:57 PM
That's brilliant jona, thanks! :)
Couldn't believe the timing - I only posted a few minutes ago!
Thanks

Jona
10-14-2004, 04:59 PM
Happy to help. :)