HOME | DD

Ashung β€” CSS Progress Bar by

Published: 2009-05-17 16:47:59 +0000 UTC; Views: 34189; Favourites: 93; Downloads: 3740
Redirect to original
Description CSS Progress Bar
This tutorial will show you how to create a fixed width Vista style progress bar use XHTML/CSS in my way.

*Use CSS Sprites.
*Valid XHTML and CSS.

You can download the source code. I hope you like it.
Related content
Comments: 15

solbi2019 [2020-01-31 13:55:59 +0000 UTC]

πŸ‘: 0 ⏩: 0

linkwro [2012-03-16 12:45:03 +0000 UTC]

THANKS <3

πŸ‘: 0 ⏩: 0

saeid-xplod [2011-10-26 05:42:23 +0000 UTC]

so nice. thnx

πŸ‘: 0 ⏩: 0

confessions1988 [2010-05-11 16:46:36 +0000 UTC]

Nice nice!

πŸ‘: 0 ⏩: 0

iRafall [2010-01-30 20:17:55 +0000 UTC]

Great !
Haha did not even guessed.

πŸ‘: 0 ⏩: 0

chrischmitt [2009-12-28 08:12:31 +0000 UTC]

Nice Work, Ashung !

If you don't want it to repeat, modify the Javascript as follow :

--------------------
var i = 0;
function animate() {
if (i <= 100) {
document.getElementById(\"test\").style.width = i + "%";
i++;
setTimeout(animate, 500);
}

}
animate();
--------------

πŸ‘: 0 ⏩: 0

TWoro [2009-11-01 01:44:39 +0000 UTC]

great man

πŸ‘: 0 ⏩: 0

Enten-Mann [2009-07-21 13:34:20 +0000 UTC]

very nice man

πŸ‘: 0 ⏩: 1

Ashung In reply to Enten-Mann [2009-07-22 09:12:07 +0000 UTC]

Thank you.

πŸ‘: 0 ⏩: 0

SamusAranFreak [2009-06-08 02:28:40 +0000 UTC]

Just a question...

When the animation of the bar is complete, it repeats.
How can I turn off the repeating?

How can I modify the code to make sure the bar remains complete after the animation is over?

πŸ‘: 0 ⏩: 1

Ashung In reply to SamusAranFreak [2009-06-13 14:38:17 +0000 UTC]

I'm so sorry. I'm not good at server-side language and JavaScript. This JavaScript just make the bar animation, and it can't working in real work. You can ask your programer friends or Google it.

πŸ‘: 0 ⏩: 1

SamusAranFreak In reply to Ashung [2009-06-13 15:52:02 +0000 UTC]

Well, I'll have to google it xD

This is really good for things like redirections

πŸ‘: 0 ⏩: 0

hombre-cz [2009-05-18 08:16:33 +0000 UTC]

cool ... nice work

πŸ‘: 0 ⏩: 0

1Reticle [2009-05-18 00:20:42 +0000 UTC]

ε“ˆε“ˆοΌŒε₯½δΉ…δΈθ§δ½ ηš„δ½œε“δΊ†γ€‚εΎˆεΌΊε€§οΌŒε―Ήη½‘ι‘΅δΈζ˜―εΎˆζœ‰η ”η©Άγ€‚δ½†ζ˜―εΎˆε₯½ηœ‹ε“¦γ€‚^_^

πŸ‘: 0 ⏩: 0

kyo-tux [2009-05-17 19:19:48 +0000 UTC]

nice

πŸ‘: 0 ⏩: 0