Hallo Katharina,
ZBsp steht in der XML-Datei
//Braucht man für IE5 DHTML DOM
var DHTMLobj = document.all.item(obj_name);
if (DHTMLobj != null) {
DHTMLobj.style.backgroundcolor = "yellow";
}
Das muss man bestimmt ändern oder? Nur wie?
Eine sinnvolle Lektuere innerhalb von SELFHTML dazu sind die DHTML-Modelle:
http://de.selfhtml.org/dhtml/modelle/
Ein Beispiel, wie sich cross-Browser-Programmierung realisieren laesst, stellt die DHTML-Bibliothek dar:
http://de.selfhtml.org/dhtml/beispiele/dhtml_bibliothek.htm
viele Gruesse
Stefan Muenz