In Bold are the lines that I have changed:
if (opts.local && opts.hideLocal) { $(tipAttribute + ':first').hide(); } var tOffset = 100, lOffset = -738; // vertical measurement variables var tipHeight, wHeight; tipHeight = defHeight == 'auto' ? Math.max($cluetip.outerHeight(),$cluetip.height()) : parseInt(defHeight,10); tipY = 95; baseline = sTop + wHeight; if (opts.positionBy == 'fixed') { tipY; } else if ( (posX < mouseX && Math.max(posX, 0) + tipWidth > mouseX) || opts.positionBy == 'bottomTop') { if (posY + tipHeight + tOffset > baseline && mouseY - sTop > tipHeight + tOffset) { tipHeight = defHeight == 'auto' ? Math.max($cluetip.outerHeight(),$cluetip.height()) : parseInt(defHeight,10); tipY = 95; baseline = sTop + wHeight; if (opts.positionBy == 'fixed') { The page in question is http://btcamper.interactrv.com/defaultTest.aspx http://btcamper.interactrv.com/defaultTest.aspx JeffreyKarbowski wrote: > > Could you please tell me a way to position the Cluetip relative to its > parent div instead of having it offset from the invoking element? I need > the Cluetip to sit in a fixed position on the page. > -- View this message in context: http://www.nabble.com/ClueTip-postioning-tp19864348s27240p19871927.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.