I am using this jQuery tooltip plugin to create simple tooltips on various divs of my page. The plugin positions the tooltip relative to the mouse position. Instead, I would like the tooltip to appear centered above the div that was hovered over, unmoving, in the same place every time. Is this possible using this plugin, and if so, could you point me in the right direction? If not, perhaps suggest an alternative?
Here is a jsFiddle with the sort of setup I have. Unfortunately, the styling doesn't really work without the plugin. I hope this code's good enough.