Tscheun: CSS, Mac und IE 5 - ich werde wahnsinnig.....

Hallo,
ich habe eine Frage an Mac-Profis.

auf einer von mir erstellten Website (funktioniert am PC einwandfrei von NS 4.7-7.0 IE, Opera etc.)fällt das Layout komplett auseiander , wenn man die Seite mit dem Mac (Mac OS 9.1, IE 5.0)  aufruft.

Wenn ich hingegen das externe Stylesheet weglasse, ist es ok. Leider kann da keinen Fehler finden - (mit Mac + Netscape funktionert es).

Gibt es da irgendeinen bekannten Fehler, den man bei Stylesheets in Verbindung mit Mac und IE 5 machen kann?

Freue mich über jede Anregung!

Hier mal das Stylesheet:

.schrift
{
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: normal;
font-style: normal;
line-height: 18px;
vertical-align: top;
}

.schriftfett
{
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: bold;
font-style: normal;
line-height: 18px;
vertical-align: top;
}

.schriftfettorange
{
font-family: Arial;
font-size: 14px;
color: #FF4E00;
text-decoration: none;
font-weight: bold;
font-style: normal;
line-height: 18px;
vertical-align: top;
}

a.Navigation
{
font-family: Arial;
font-size: 14px;
color: #000000;
text-decoration: none;
font-weight: bold;
font-style: normal;
}
a.Navigation:hover {color: #ffffff; text-decoration: none;}
a.Navigation:link  {}
a.Navigation:visited {}
a.Navigation:active  {}

a.NavigationAn
{
font-family: Arial;
font-size: 14px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-style: normal;
}
a.NavigationAn:hover {color: #ffffff; text-decoration: none;}
a.NavigationAn:link  {}
a.NavigationAn:visited {}
a.NavigationAn:active  {}

a.NavigationKlein
{
font-family: Arial;
font-size: 11px;
color: #000000;
text-decoration: none;
font-weight: bold;
font-style: normal;
line-height: 18px;
}
a.NavigationKlein:hover {color: #ffffff; text-decoration: none;}
a.NavigationKlein:link  {}
a.NavigationKlein:visited {}
a.NavigationKlein:active  {}

a.NavigationKleinAn
{
font-family: Arial;
font-size: 11px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-style: normal;
line-height: 18px;
}
a.NavigationKleinAn:hover {color: #ffffff; text-decoration: none;}
a.NavigationKleinAn:link  {}
a.NavigationKleinAn:visited {}
a.NavigationKleinAn:active  {}

a.ExterneLinks
{
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: underline;
font-weight: normal;
font-style: normal;
}
a.ExterneLinks:hover {color: #000000; text-decoration: underline;}
a.ExterneLinks:link  {}
a.ExterneLinks:visited {}
a.ExterneLinks:active  {}

a.galeriemenu
{
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: underline;
font-weight: normal;
font-style: normal;
}
a.galeriemenu:hover {color: #000000; text-decoration: underline;}
a.galeriemenu:link  {}
a.galeriemenu:visited {}
a.galeriemenu:active  {}

a.vergroessern
{
font-family: Arial;
font-size: 11px;
color: #000000;
text-decoration: underline;
font-weight: normal;
font-style: normal;
}
a.ExterneLinks:hover {color: #000000; text-decoration: underline;}
a.ExterneLinks:link  {}
a.ExterneLinks:visited {}
a.ExterneLinks:active  {}

.FensterSchliessen
{
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: underline;
font-weight: normal;
font-style: normal;
line-height: 18px;
vertical-align: top;
}

  1. Sup!

    Gibt es da irgendeinen bekannten Fehler, den man bei Stylesheets in Verbindung mit Mac und IE 5 machen kann?

    Ich kann mich nur daran erinnern, denke ich, dass der IE5 für Mac ein Haufen Schrott ist.

    Gruesse,

    Bio

    --
    Ist es kalt hier, oder bin ich das?
    1. Das kann gut sein.

    2. Hallo,

      Gibt es da irgendeinen bekannten Fehler, den man bei Stylesheets in
      Verbindung mit Mac und IE 5 machen kann?

      Nur kurz geantwortet, da ich eigentlich vor 5 Minuten das Haus verlassen
      hätte sollen (Uni ruft): Ich verwende diese Seite immer als Startpunkt,
      wenn ich auf der Suche nach komischen Verhaltensweisen des IE5 für den
      Mac bin:
      http://macedition.com/cb/ie5macbugs/index.html

      Ich kann mich nur daran erinnern, denke ich, dass der IE5 für Mac ein Haufen
      Schrott ist.

      Du erinnerst Dich flasch, Biolein. :) Den IE5/Mac bzw. seine Engine Tasman
      halte ich immer noch für besser und standardkonformer als sein Sechser-Cousin
      von der PC-Plattform. Allerdings stimmt es, daß er gemessen an heutigen,
      aktuellen Browserengines etwas mau wirkt. Und der Nachfolger wurde meines
      Wissens leider nur im MSN für Mac veröffentlicht, das eh keiner benutzt. ;)

      Tim

      --
      [x] Für die Einführung des Themenbereiches »Python«
      1. Gute Adresse, Tim! Da werde ich mal stöbern. Danke !