Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    Try adding the “tooltips” class and title attribute to the “img” tag, as opposed to the “a” tag.

    For example, instead of:

    <a href="yourlink.html" class="tooltips" title="this is the tooltip message"><img src="yourimage.jpg"></a>

    Your html should be:

    <a href="yourlink.html"><img src="yourimage.jpg" class="tooltips" title="this is the tooltip message"></a>

    Thread Starter cob-web

    (@cob-web)

    Brilliant – that did the trick! 🙂
    Thanks a lot!

    Hi, I have the same issue but i am using this plugin for tooltips in the menu so cant modify my html. I am using icons instead of text in the menu and the tooltip is centering – so the icons are not clickable.

    Would be great if you could help 🙂

    @renee111: If you require assistance then, as per the Forum Welcome, please post your own topic.

    oops sorry, will do

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Vertical position’ is closed to new replies.