var Element = document.getElementById('box'); alert(Element.style.left);
#box {position:absolute; left:150px; top:150px; background-color:blue; height:100; width:100;}
<div id="box"> </div>
Jump To Top of Thread