Hi
I'm using an HTML progress bar (not a progress ring) in my metro style app. Currently, I'm using the display by setting it to none (display: none). Is there a way to set the value of this progressbar, so when it appears, it begins on 0, instead of the value
on which the progress bar dissapeared its last time during the setting of display on 'none'? I've tried several things, beginning from this
<progress id="myProgressBar" value="22" max="100"></progress>
, but then it gives the old progressbar with the given values.