获取控件的绝对位置控件宽度和高度 //获取控件左绝对位置
function getElementHeight(objectId) {x = document.getElementById(objectId);return x.offsetheight;}