html - How to show blocks for progressbar using CSS -
i have div 100% width on page. need show blocks <div> windows progressbar can tell how can create blocks in div?
looks this:

i copied @anshuman dwibhashi answer, changed background piece of image posted. increase or decrease percentage width of .sub-block change load bar progress.
<div class="main" style="border:solid;background-color:white;width:500px;height:25px;"> <div class="sub-block" style="background:url('http://i.imgur.com/prbmb4s.png');width:30%;height:25px;" ></div> </div> 
Comments
Post a Comment