grazie per la risposta, utilizzando offset recupero le coordinate ma poi come faccio ad aprire un div nella posizione trovata?
ti posto il mio codice
codice:jQ19("#show-panel-<?= $PostUserID ?>").click(function() { var offset = jQ19(this).offset(); alert(offset.left); jQ19.ajax({ type: "GET", url: "##", data: "id="+<?= $PostUserID ?>, success: function(response) { OutputLightbox('lightbox-share'); jQ19("#lightbox").html(response); } }); });