I would like to combine two features of HTML5 into one. I am trying to essentially make a progress bar button on a page. The progress bar does not need to be updated on the page, only when the page is refreshed will the bar change position. Any idea how I could do this?
Thanks
-Jesse
A simple
<div>within a<div>would do the job? And just set the style of the inner<div>as a %.The jQueryUI also provides an elegant solution.