Re: Progressbar with remaining and final Time in seconds?
[b:11bw3c7m]label[/b:11bw3c7m] is an [b:11bw3c7m]inline[/b:11bw3c7m] element.
With that said, the [b:11bw3c7m]width[/b:11bw3c7m] attribute would not work then.
Try to change this part:
[code:11bw3c7m]
<label id="stateInPercent"></label>
[/code:11bw3c7m]
...into:
[code:11bw3c7m]
<label id="stateInPercent" style="display:block;"></label>
[/code:11bw3c7m]