Navigation mit Mac OS 10.3.7funktioniert nicht

Xavier

Mitglied
Hat jemand von euch einen Mac zur Hand und kann mal die Navigation auf folgender Seite aufrufen:

http://www.stiftungszentrum.ch/d_index.html

In dieser Datei ist untenstehender Script eingebaut, der anscheinend mit Mac OS 10.3.7 nicht funktioniert. Dazu gibts den entsprechenden Browsercheck unter dieser URL: http://www.stiftungszentrum.ch/scripts/menu_script.js

Ich wäre dankbar, wenn mir jemand helfen könnte, den Fehler zu finden.


<script language="JavaScript">
<!--

umlength = new Array();

//sets the Distance between the top of the page
var top=150;
//sets the Distance between the left side of the page
var left=600;
//the bgcolor of the Page, note that this will not set it, it's only why the script have to know it!
var bodybgcolor="#7194C5";
//sets the bordercolor
var bordercolor="#7194C5";
//sets the Light Backgroundcolor
var bgcolorLight="#A1B7DE";
//set this to 1 if you want, 0 if you don't want to use a menu-bg
var usebar=0;
//sets the Backgroundcolor of the menu-bg
var barbgcolor="#A1B8DE";
//sets the bordercolor of the menu-bg
var barbordercolor="#7194C5";
//sets the Dark Backgroundcolor
var bgcolorDark="7194C5";


//Sets the number of the menus you want
var mnr=8;

umlength = new Array();

//you can modify the menus in this Arrays
//you can add as many Links you like to each menu
//the first one is the title of the menu for example 'Menu1'

um1 = new Array("Über uns",
"Unsere Zielsetzung", "d_page1a.html", "iframe",
"Unser Team", "d_page1b.html", "iframe",
"Impressum", "d_page1c.html", "iframe",
"", "", "")
//sets the number of Links in the submenu
umlength[1] = 4;


um2 = new Array("Dienstleistungen",
"Unsere Dienstleistungen", "d_page2a.html", "iframe",
"StiftungsNetzwerk", "d_page2b.html", "iframe",
"Unsere Honorarordnung", "d_page2c.html", "iframe",
"Ihre Anfrage", "d_page7b.html", "iframe",
"", "", "")
//sets the number of Links in the submenu
umlength[2] = 5;


um3 = new Array("News",
"Newsletter", "d_page3a.html", "iframe",
"Aktuelle Veranstaltungen", "d_page3b.html", "iframe",
"", "", "")
//sets the number of Links in the submenu
umlength[3] = 3;

um4 = new Array("Ihr StiftungsWissen:",
"Publikationen Schweiz", "d_page4a.html", "iframe",
"Publikationen Ausland", "d_page4b.html", "iframe",
"", "", "")
//sets the number of Links in the submenu
umlength[4] = 3;


um5 = new Array("Veranstaltungen",
"Interne", "d_page5a.html", "iframe",
"Externe", "d_page5b.html", "iframe",
"", "", "")
//sets the number of Links in the submenu
umlength[5] = 3;


um6 = new Array("Links / Downloads",
"Links", "d_page6a.html", "iframe",
"Netguide SZ", "d_page6b.html", "iframe",
"Referate", "d_page6c.html", "iframe",
"", "", "")
//sets the number of Links in the submenu
umlength[6] = 4;


um7 = new Array("Kontakt",
"Kontaktadressen", "d_page7a.html", "iframe",
"Ihre Anfrage", "d_page7b.html", "iframe",
"", "", "")
//sets the number of Links in the submenu
umlength[7] = 3;


um8 = new Array("Mitglieder Site",
"Anmelden", "d_page8a.html", "iframe",
"", "", "")
//sets the number of Links in the submenu
umlength[8] = 2;


//-->
</script>
<script language="JavaScript" src="scripts/menu_script.js"></script>


 
Ich habe Mac mit OS 10.2.8 ... bei mir funktioniert es eingeschränkt. Die anklickbaren Menüpunkte legen sich über anderen Text drüber. Man kann sie aber anklicken. Wenn du willst, dann kann ich dir ein Bildschirmfoto machen. Mehr helfen kann ich nicht, weil ich mich mit JavaScript überhaupt icht auskenne.

Zusatz: Der Text über den sich die Menüpunkte legen ist der erste Untermenüpunkt des vorherigen Menüpunkt.
 
Zurück
Oben