"matrimonial profile"
Bootstrap 3.3.0 Snippet by admanekishor

<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 ----------> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <div class="container"> <div class="row"> <div class="profile-head"> <div class="profiles container thumbnail"> <div class="col-md-2 col-sm-3 col-xs-5"> <div class="row"> <img src="http://lorempixel.com/180/180/people/9/" class="img-responsive"/> </div> </div> <div class="col-md-9 col-sm-8 col-xs-9"> <div class="row"> <div class="col-sm-12"><h4>Jenifer Smith</h4> <hr/> </div> <div class="col-md-3 col-sm-6 col-xs-6"> <p><span>36,</span> <span>5'2 </span></p> <p>Pune</p> <p>Hindu Maratha</p> <p>Marathi</p> </div> <div class="col-md-3 col-sm-6 col-xs-6"> <p>B. C. A.</p> <p>Web Designer</p> <p>Rs. 5-7Lakh</p> <p>Divorced</p> </div> </div> </div> <div class="col-md-1 col-sm-1 col-xs-3"> <ul class="nav navbar-vertical navbar-right bg-danger"> <li><a class="lnk_usr text-dgr-link" href="#" title="send intrest"> <span class="tooltp text-center"> send intrest!</span> <i class="fa fa-envelope-o fa-2x" aria-hidden="true"></i> </a> </li> <li><a class="lnk_usr text-dgr-link" href="#" title="Contacts"> <span class="tooltp text-center"> Contacts!</span> <i class="fa fa-phone fa-2x" aria-hidden="true"></i> </a></li> <li><a class="lnk_usr text-dgr-link" href="#" title="Chat"> <span class="tooltp text-center"> Chat!</span> <i class="fa fa-comment-o fa-2x" aria-hidden="true"></i> </a></li> <li><a class="lnk_usr text-dgr-link" href="#" title="shortlist"> <span class="tooltp text-center"> shortlist!</span> <i class="fa fa-star-o fa-2x" aria-hidden="true"></i> </a></li> </ul> </div> </div> </div><!--profile-head close--> </div> </div>
.tooltp { position: absolute; background: pink; border-bottom: float: right; width: 0px; right: 60px; padding: 10px 0px; margin: -5px; -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */ transition: width 2s; overflow: hidden; } .lnk_usr:hover .tooltp{ overflow: hidden; display: block; right: 60px; width: 100px; }

Related: See More


Questions / Comments: