"bootsrapt progress-bar with tooltip"
Bootstrap 3.3.0 Snippet by gango

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section> <div class="container"> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="tooltip fade top in pull-left" role="tooltip" id="tooltip887472" style="display: block;"> <div class="tooltip-arrow" style="border-top-color:#03A9F4;left: 10%;"></div> <div class="tooltip-inner" style="max-width:100%;">ASDASD AKJSDJKASD hjakjshdjkashd AKSJDAKJSD%</div> </div> </div> asdasdasd <hr class="blue"> <div class="col-md-2 col-lg-2"></div> </div> </div> </section>
.tooltip{ position:relative; float:right; } .tooltip > .tooltip-inner {background-color: #fff; border:1px solid #03a9f4; padding:5px 15px; color:rgb(23,44,66); font-weight:bold; font-size:18px;} .tooltip > .tooltip-arrow { left:10%; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #03A9F4;} .blue{ border-top-color:#03A9F4; } section{ margin:140px auto; height:1000px; }

Related: See More


Questions / Comments: