if((this.offsetParent[0] == document.body && $.browser.mozilla)    //Ugly FF3 fix
        || (this.offsetParent[0].tagName && this.offsetParent[0].tagName.toLowerCase() == 'html' && $.browser.msie)) //Ugly IE fix
            po = { top: 0, left: 0 };