<style type="text/css">
<!--
div{
width:100px;
height:100px;
border:1px solid #0000FF;
cursor:hand
}
//-->
</style>
<div onclick="alert(this.currentStyle.width);"></div>