Im building a draggable map that when the map is dragged the element is given a \'left\' and \'top\' attribute with values for each as so...
$("#map").css("top", "0"); $("#map").css("left", "0");