Static tooltips (beta)
Tooltips that appear on one side of an element.
Last updated
Was this helpful?
Tooltips that appear on one side of an element.
Last updated
Was this helpful?
Was this helpful?
<script type="text/javascript" src="staticTooltips.js"></script>
<link rel="stylesheet" href="staticTooltips.css" /><div class="give-static-tooltip" data-tooltip="Tooltip text" data-tooltip-side="right">
Sample text
</div>