With the tooltip classes of this framework you can place a tip message above, right, below or left of a link, text or an image. There is also a dynamic tooltip in which you can show a small image plus text as a tip.
<a class="link" href="#" data-tooltip="Tip"></a>
<a class="link" href="#" data-tooltip-right="Tip"></a>
<a class="link" href="#" data-tooltip-bottom="Tip"></a>
<a class="link" href="#" data-tooltip-left="Tip"></a>
tooltip
tooltip-dynamic
<p class="text-center"> <a href="javascript:void(0);" class="tooltip link"> <span class="tooltip-dynamic"> <b>I am a dynamic tooltip</b><br><br> <img src="" alt=""> </span> Dynamische Tooltip </a> </p>
<p class="fit-content box-center" data-tooltip="Text">Text</p>
<p class="fit-content box-center"> <a href="javascript:void(0);" data-tooltip="Tip"> <img class="image" src="" alt=""> </a> </p>