Manjula Dhamodharan

by Manjula Dhamodharan

HTML

<link rel="stylesheet" href="https://rawgit.com/enyo/opentip/master/css/opentip.css">
<script src="https://rawgit.com/enyo/opentip/master/downloads/opentip-jquery.js"></script>
<div class="option" style="width:13%;float:left;">
<label style="padding:10px 0px 0px 10px;" id="tooltip2" data-ot="This is my new tooltip" data-ot-delay="1" data-ot-hide-trigger="closeButton" data-ot-style="glass" data-ot-fixed="true"  data-ot-tipJoint="'left, middle'">Option1</label>

</div>

CSS

#tooltip2{padding: 13px 0px 0px 10px;margin: -1px 4px -4px -5px !important;"}