是有这个问题,但在标签里再加层空标签就可以了:<span id=aaa onclick="alert(event.offsetX)" style="position:absolute;left:200px;top:300px;height:100px;width:100px;border:1px solid red;"><span></span></span>
<SCRIPT LANGUAGE="JavaScript">
<!--
aaa.style.height=0;alert(aaa.style.height);
//-->
</SCRIPT>