SimpleTip tool tip is not calculating the tool tip location properly
I installed this tool tip plugin:
http://craigsworks.com/projects/simpletip
It was super simple to install and customize and I am more than happy with it, except for one little thing.
The position of the tool tip is not calculating properly. I attempted to see if was based on the position element in the CSS of the containing div, but I changed all of them around to see if it would make a difference and it did not fix the problem.
Changing the containing div to position:relative the tool tip actually moves, but it still does not appear in the proper place above the link.
If you go to this example page:
http://bscdeveloper.com/mockups/version2/example.html
the pop up selector is the text under the "Details" table with the darker background. When you click on that text, the tooltip pops up, but about 350pixels away from the text.
Also, the other issue is that I need to get it to display on hover instead of on click (which is something i might be able to figure it out with some more reading, btu any help is appreciated)
I am pretty good with HTML and CSS but the javascripting is where i get lost.
I have a feeling it's a combination of css being finicky and me not understanding the javascript.
Thanks your help