I tried to create a progress bar of a new page Im developing (you can chart your fav songs based on your preference)
The value that gives the width is
+Math.floor(finishSize*100/totalSize)+
But I haven't been able to put that into CSS. Or at least put it into style="". I've been looking for a tutorial but nothing has worked for me.
Here is my JSFiddle