1 question though
How do I move the arrow to the top?
]]>Thanks U
]]>Its an excellent coding, but I have a trouble could you help me resolve it. Check this page http://www.auditiongigs.com You see a featured talent section in the right menu. If you hover over the images you will see a popup. The last popup comes up fine. The other two popups hide behind the image. I am not sure how to make it work
]]>So I have wrapped it as a jQuery plugin.
Like this;
$(function () {
jQuery.fn.bubbleInfo = function(){
this.each(function(){
var distance = 10;
var time = 250;
var hideDelay = 500;
...
return false;
});
});
}
});
]]>