Javascript Tooltip / Posts /

Wrong Tooltip position if there is a positioned form

0
JavaScript Tooltip works fine, bud if some positioned form exists, the tooltip is showed on a wrong place.
For example:
------
<form style="position: absolute; top: 100px; right: 200px;">
    Form content
</form>
      
I WANT TOOLTIP <a class="tooltip"  href="#id" onmouseover="tooltip.pop(this, '#id')"> here </a>
<div style="display:none;">
    <div id="id">
        Tooltip text
    </div>
</div>
------
You can test my example online here: http://www.stavebky.cz/test/index.html
Can you help, please?


Petr  9 years ago   viewed: 3376    

3 Answers

0
Thanks for your feedback. We'll investigate on it.
Milo   9 years ago
0

Please open the tooltip.js with Notepad, look for:
Mb=a[h]&&a[0][n]?a[0]:jb;

And replace it with:
Mb=jb;

Save the update, and it will fix the defect.

Milo   9 years ago
0
Oh, great! It works!
Many thanks. I really appreciate that.
Petr   9 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: