JS-Neuling: Dynamisches Menü...

Beitrag lesen

Also, das Turitorial is ja von dir, nee?

Is echt gut!

Verstehe alles, außer dies hier:

if (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4" && !document.getElementById) {var ns4up = 1}
var ie4up = document.all ? 1 : 0;
var ns6 = (document.getElementById && !document.all) ? 1 : 0;

Das mit substring etc. peil ich auch, aber dieses " ? 1 : 0 ", wäre schön, wenn du mir nochmal hilfst.

Trotzdem schonmal THX!

MfG JS-Neuling