Hallo,
bitte helft mir weiter.
Ich habe folgenden Code
document.write("<TD nowrap style class='leer' align='center' width='18px' height='18px'><input size=1 maxlength=1 name="+o+" onKeyup=wei() onClick=Maus("+o+") onFocus="this.style.backgroundColor='#EBEBFF'" onBlur="this.style.backgroundColor='#FFFFFF'"></TD>");
Im Internet Explorer (IE) funktioniert alles prima.
Nur Netscape (4.75) macht ärger, wieso ?
Bekomme folgende Fehlermeldung:
this.style has no properties
Ach ja, auch meine <td> Spalte <input>(ist per css auf width='18px' height='18px' gesetz ) Feld haben versiedene gößen - wieder Netscape
Danke für eure Hilfe im vorab.