Javascript Tooltip / Posts /

tooltip goes over link when page is scrolled

2
I am also facing same problem which is denny facing...

http://www.menucool.com/1755/tooltip-goes-over-link-when-page-is-scrolled
Surinder Singh  10 years ago   viewed: 3339    

1 Answer

2

I found there are a couple of approaches to avoid this issue by updating the tooltipOptions in the tooltip.js file.

  1. Turn the smartPosition off;
  2. In your tooltip triggering script, include a desired position option that will dodge the area that you don't want to cover, e.g.
    onmouseover="tootip.pop(this, '#tip2', {position:2})"
  3. Adjust the offsetX, offsetY and maxWidth values;
  4. Shift to the { relativeTo: "mouse" } option.
Montaz   10 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: