Hallo
I am using cluetip and it works perfectly. but I want all the tip to open on the exact samt spot on the site.
my clue tip looks like this atm
$('a.btn').cluetip(
{
cluetipClass: 'jtip',
local:true,
sticky: true,
dropShadow: false,
hoverIntent: true,
closePosition: 'title',
sticky: true,
leftOffset: 25,
closeText: '<img src="/images/cluetip/cross.png" alt="" />',
cursor: 'pointer',
activation: 'click',
}
);