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;
}