Hallo chacharon,
if(MS == 1) {
document.all("box")[i].style.visibility = "hidden";
warum eigentlich nicht
if(document.all & !window.opera)...
?
else if(DOM == 1) {
document.getElementById("box")[i].style.visibility = "hidden";
warum nicht
else if(document.getElementById)...
?
else if(NS == 1) {
document.layers[i].visibility = "hide";
warum nicht
else if(document.layers)...
?
Fehler: document.getElementById("box")[i] has no properties
klar, document.getElementById(...) gibt ja auch nur genau ein Element zurück, da der Wert eines id-Attributes im gesamten Dokument eindeutig sein muss (was dir http://validator.w3.org/ allerdings auch gesagt hätte).
Grüße aus Nürnberg
Tobias
--
Selfcode: sh:( fo:) ch:? rl:( br:< n4:& ie:% mo:| va:) de:] zu:) fl:( ss:| ls:[ js:|
Selfcode: sh:( fo:) ch:? rl:( br:< n4:& ie:% mo:| va:) de:] zu:) fl:( ss:| ls:[ js:|