jquery-cluetip
jquery-cluetip copied to clipboard
suggested change: position by fixed
Hi all,
I would like suggest to remove the linkWidth in the calculation of posX as follows:
// position clueTip horizontally if (opts.positionBy == 'fixed') { posX = linkLeft + lOffset; $cluetip.css({ left: posX }); }
or make it more flexible.
Brgrds,