sorry
if(elt.style) elt.style.backgroundColor=="farbe";
muss heissen
if(elt.style) elt.style.backgroundColor="farbe";
nur ein =
sorry
if(elt.style) elt.style.backgroundColor=="farbe";
muss heissen
if(elt.style) elt.style.backgroundColor="farbe";
nur ein =