- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
.tooltip { outline:none;cursor:help;text-decoration:none;position:relative,color:#000 } .tooltip span { margin-left:-999em;position:absolute } .tooltip:hover span { border-radius:5px 5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:absolute;right:0.5em;top:2em;z-index:99;margin-left:0;width:250px } .tooltip:hover em { display:block;padding:0.2em 0 0.6em 0 } .classic { border:1px solid #DDD;padding:6px;background:#FFA }
<a class="tooltip" href="#">Your TEXT (word or sentence) goes here<span class="classic">Your TIP goes here</span></a>