I am facing a challenge with the tooltips on my website. I want to ensure that all tooltips have a consistent look and transition effects, but I am struggling to achieve this. The rotation and other effects applied using javascript are not functioning properly.
You can view an example here: http://jsfiddle.net/2baqv/2423/
<div id="mouseon-examples">
<div><ul><li><a href="xx">Not working tooltip</a></li></ul></div><br>
</div>
<nav class="templatemo-top-nav">
<ul><li><a href="xy">Working Tooltip<span>TEXT IN TOOLTIP</span></a></li></ul>
</nav>
If anyone could offer assistance, it would be greatly appreciated. Are there any errors in my code? Is there a way to achieve the desired transition effects using script code?
Thank you for your help!