I have a hyperlink which I am trying to reposition on the page using
$('#myLink').position({ my: "center", at: "center", of: "#contentArea", offset: "30 130" });
However it's not being placed in the new position. My page is a complicated html so I can't post it. I tried different target elements but same results (both in IE8 & FF). I am using jQuery 1.4.2. There are no errors in the error console. $('#myLink').length = 1
Are there limitations for the position() function? How can the browser window or document be used as a target element?