Hi,
wie kann ich die Breite eines Elements abfragen?
a.navi {width:133px; height:100px; display:block; float:left; font-weight:bold; color:#000; border:2px solid transparent}
<a class='navi contact' onMouseOver="alert(this.width)" href='contact.htm' width=133>Contact</a>
The "alert" gibt undefined aus, während it this.innerHTML kennt.
LG Bug