Progress Bar Filling - jQuery Implementation
- by Misha Moroshko
I'm implementing my own Progress Bar using jQuery.
My question is how can I fill (for example) only 30% of it with a background ?
What are my options ?
Basically, the Progress Bar is a simple div with rounded corners (-moz-border-radius).
I'm using Firefox 3.6.3.
Thanks !