so i have this div
<div id="progress">{2 digit number updates here}</div>
What's the best way to turn this into a progress bar?
something like this?
<div id="progress">
<div id="bar" style="width={2 digit number updates here}"></div>
</div>
would this be 'ok'?!!!