html - Bootstrap Progress bar doesn't work with Panel Inside -


i trying add panel inside progress bar when add panel progress bar not work/increase width.

http://getbootstrap.com/components/#progress http://getbootstrap.com/components/#panels

here tried:

http://jsfiddle.net/fs2zq/

    <div class="progress progress-striped active" style="height:100px;border-style:solid;">     <div class="panel panel-primary" style="width:15%;height:100px;">         <div class="panel-heading">              <h3 class="panel-title" style="text-align:center;">division 10</h3>          </div> <strong><div align="center">0 pts</div></strong>      </div>     <div class="progress-bar progress-bar-danger" style="width: 50%"></div> </div> 

maybe wont somethig http://jsfiddle.net/fs2zq/1/

<div class="panel panel-primary" style="width:15%;height:100px;float:left"> 

Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -