Lösungsvorschlag:
var style;
if( objs[nr].style ){
style = objs[nr].style;
}
else{
style = objs[nr];
}
style.display = "block";
Hallo Manuel,
das funzt leider auch nicht. Die gleiche Fehlermeldung taucht gleich in der Zeile
if( objs[nr].style )
auf.
Also, irgendwas stört den IE6 da ganz besonders.
Erst einmal danke für deine Mühe. Vielleicht fällt dir oder sonst jemand im Forum noch was anderes ein.
Gruß, Frank.