It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

News

Log In Sponsors
Partner Sites

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]

Click here to read the whole forum topic