in jquery/javascript I'm trying to find how far left an element is with position:relative. There are several elements between this one and the left of the screen. since it is positioned:relative and float:left using:
$(this).css('left');
gives me '0px' every time. So how do I found how far the element is from the left of the screen?