" + ""; // var ldbox = window.document.getElementById("LDBOX"); var ldbox = $(".LDBOX"); var myx = 0; var myy = 0; var y = x; while(y!=null && y!= window.document) { myx += y.offsetLeft; myy += y.offsetTop; y = y.offsetParent; } // Need this if position=fixed // No need if position=absolute // myy-=window.document.body.scrollTop; ldbox.css("pixelLeft", 0); ldbox.html(txt); var w = parseInt(ldbox.c