was kann hier falsch sein? Unter IE 6 läuft die Seite, unter firefox nicht:
http://www.spd-welver.de/vorort.html
Gibt es eine Erklärung dafür?
Java/Map/Mouseover wird nicht angezeigt.
-
peter402 -
14. April 2005 um 00:04 -
Erledigt
-
-
Hi peter402,
schau dir das mal an:
Desweiteren habe ich auf der Startseite framespacing und ähnlichen, nicht-HTML-Standard-konformen Code gesehen, den ausschließlich der M$IE versteht.
Have fun,
NightHawk -
Nicht zu vergessen das Javascript das nur den Internet Explorer und Netscape Navigator 4 kennt das für die Anzeige der Seite ebenfalls eine große Rolle spielt. Da der Firefox mit dem Netscape eine Art Verwandschaft hat versucht er das document.layers zu interpretieren das nur der Netscape Navigator 4 interepretieren kann, selbst neuere Versionen des Netscape Navigators interpretieren das nicht mehr.
-
Danke für die schnelle Antwort.
Ich habe das Script nun soweit konform gemacht, dass nur noch ein Fehler übrig bleibt - vielleicht der entscheidene.
Hier komme ich aber nicht weiter und bitte um Hilfe, wie ich das ändern muß.
Danke im voraus
------------------------------------------------------------------------------
Below are the results of attempting to parse this document with an SGML parser.Line 92, column 30: there is no attribute "VISIBILITY"
<DIV id="komplett" VISIBILITY=visible>
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
[/code] -
-
danke für den Tipp.
Das Bild ist nun zu sehen. Offensichtlich sind somit störende Java-Eigenschaften abgeschaltet.
Was jedoch nicht funktioniert, das sind die MouseOver/Map - Elemente.
Dieses hatte ich in einem anderen Beitrag, aus einem anderen Projekt heraus, geschildert.Gibt es dafür auch eine Lösung?
-
Du verwendest da offenbar ein uraltes Script, die Anweisung
layerRef ="document.layers";
kann nämlich nur Netscape 4.x verarbeiten.
http://de.selfhtml.org/javascript/obj…htm#allgemeines
Damit das auch im Fx funktioniert solltest du das Script überarbeiten und getElementById verwenden.
Gruß
Werner