I am trying to achieve UI as shown in the image. However I am having little hard time after trying combinations of positioning now I am clueless. Can someone help me with th
Take this example....
HTML CODE:
CSS
.text { color: black; margin-left: 130px; position: absolute; }
JQUERY:
$( "#progressbar" ).progressbar({ value: some_Value; }); $("#progressbar span.text").text(some_Value + "%");