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
HTML:
30%
CSS:
#progress { width: 500px; border: 1px solid black; position: relative; padding: 3px; } #percent { position: absolute; left: 50%; } #bar { height: 20px; background-color: green; width: 30%; }
Sample here: http://jsfiddle.net/WawPr/