Positioning with Coords

Hi,

I’m using jquery to popup a tell a friend form. Just wondering what the best way to position it would be. I have a absolute feature which appears over the popup so I need it to be to the right of that. However, coordinate positioning depends on the browser res. Whats the best way to position this?

Cheers,
Rhys

Nevermind,

I used:


var linkPos = $(this).position();
...
position: [linkPos.left-300,390]
...