This works:
jQuery will do it for you
$('#hello').mouseover(function({ alert($(this).width()); });
Just try it!