Open ghost opened 10 years ago
Could you link to a page showing the problem please?
Create a free account at jotform.com. Create a simple form. Then go to http://www.jotform.com/myforms3/form.picker.php (You have to be logged in to see the page)
Thanks - I'll try to take a look later this week.
For now I modified this line: var targetT = offset.top + 15; // magic number - height of info button to something like: var targetT = offset.top - 200; // magic number - height of info button
Hover dialog mostly not showing when element is at the bottom of browser window. Only the top part is showing and therefore I can't see the function.
Is there a way to move the dialog window or capture the dialog's text?