jetzt stehe ich wieder vor dem Problem, dass es im IE funktioniert und im FF nicht.
Fehler-Konsole: nüscht
der Farbewechsel funktioniert auch nicht...
if ( rows[i].style.backgroundColor == "yellow") {
rows[i].style.backgroundColor = "blue";
}
else {
rows[i].style.backgroundColor = "yellow";
}