[jQuery] Position a cluetip x pixels to the right and up based from the LEFT margin of a link!?
I'm trying to get a tooltip positioned right above a hovered link
using the plugin cluetip. It wants to base it's position on the right
margin of a link, which changes depending on the length of a link so I
can't just set a margin to make it position the same all the time.
Anybody know how you can make the cluetip position by the left margin
of a link, not the changeing right margin..?