Trying to implement something similar to qtip, but using a table that compares the features of different things instead, and am running into an issue positioning the hidden elements I want to show on mouseover. Any help would be much appreciated. http://jsfiddle.net/2HMjQ/
Trying to implement something similar to qtip, but using a table that compares the
Share
Instead of
event.pageY, I tried to use$(this).position().topand an offset of 50 to position is right below the link. See below,DEMO: http://jsfiddle.net/2HMjQ/13/