Home | Registrieren | Einloggen | Suchen | Aktuelles


Forum » Auszeichnungssprachen » CSS Fehldarstellung in Mozilla/Netscape Antworten
CSS Fehldarstellung in Mozilla/Netscape

uwater
Pixelschubser


Beiträge: 5


Verwende Mozilla Firefox neueste Version und Netscape 7.1
in beiden Browsern wird die Navigationsleiste ohne CSS dargestellt (jedoch nur die Navilist!), sieht ziemlich ausladen aus. Ich habe den CSS-Code in einer externen Datei (style.css) abgespeichert. Wenn ich die Seite Offline in den Browsern betrachte funktioniert es. Erste wenn es Online steht setzt CSS in der Navigationsliste aus.

1: 
2: 
3: 
4: 
5: 
6: 
7: 
8: 
9: 
10: 
11: 
12: 
13: 
14: 
15: 
16: 
17: 
18: 
19: 
20: 
21: 
22: 
23: 
24: 
25: 
26: 
27: 
28: 
29: 
30: 
31: 
32: 
33: 
34: 
35: 
36: 
37: 
38: 
39: 
40: 
41: 
42: 
43: 
44: 
45: 
46: 
47: 
48: 
49: 
50: 
51: 
52: 
53: 
54: 
55: 
56: 
57: 
58: 
59: 
60: 
61: 
62: 
63:
hier die css datei:

table, tr, td, th, div, p, pre, ul { font-family: "Arial"; font-size: 12px; color:#000000 }

body
 {
   font-family: "Arial"; font-size: 12px; color:#000000;
 }
h1 {font-size: 12px;}
h2 {font-size: 12px;}
h3 {font-size: 12px;}

.small    {font-size: 12px;}
.mini     {font-size: 12px;}
.minimini {font-size: 12px;}

.anschrift      { font-family: "Arial"; font-size: 10px; color: #5F5F5F; }
.produkt        { font-family: "Arial"; font-size: 22px; color: #000000; }
.produkt2       { font-family: "Arial"; font-size: 20px; color: #0267CD; }
.oberpunkt      { font-family: "Arial"; font-size: 14px; color: #800000; font-weight:bold; }
.oberpunktlinie { padding-left: 7px; padding-right: 9px; border-bottom-width: 1px; border-bottom-color: #5000A0; border-bottom-style: solid; }
.oberpunktliste { font-family: "Arial"; font-weight:bold; font-size: 12px; color: #003080; }
.copyright      { font-size: 10px; color: #6F6F6F; }
.sagenkunden    { font-family: "Arial"; font-size: 14px; color: #000000; }
.kontakttop     { font-family: "Arial"; font-weight:bold; font-size: 14px; color: #007F00; }

.tdschatten     { background-color: #8F8F8F; }
[b].tdnavigation   { background-color: #95B0FB; }[/b]

 a.normal:link    { text-decoration:none; color:#0000FF; }
 a.normal:visited { text-decoration:none; color:#0000FF; }
 a.normal:hover   { text-decoration:none; color:#0000FF; }
 a.normal:active  { text-decoration:none; color:#0000FF; }

 a.blue:link    { text-decoration:none; font-weight:bold; color:#0000FF; }
 a.blue:visited { text-decoration:none; font-weight:bold; color:#0000FF; }
 a.blue:hover   { text-decoration:none; font-weight:bold; color:#F1690E; }
 a.blue:active  { text-decoration:none; font-weight:bold; color:#F1690E; }

 a.black:link    { text-decoration:none; color:#000000; }
 a.black:visited { text-decoration:none; color:#000000; }
 a.black:hover   { text-decoration:none; color:#000000; }
 a.black:active  { text-decoration:none; color:#000000; }

 a.menu:link    { text-decoration:none; font-weight:bold; color:#000000; }
 a.menu:visited { text-decoration:none; font-weight:bold; color:#000000; }
 a.menu:hover   { text-decoration:none; font-weight:bold; color:#0000FF; }
 a.menu:active  { text-decoration:none; font-weight:bold; color:#000000; }

 a.plusminus:link    { text-decoration:none; font-size: 16px; font-weight:bold; color:#FFFF00; }
 a.plusminus:visited { text-decoration:none; font-size: 16px; font-weight:bold; color:#FFDF00; }
 a.plusminus:hover   { text-decoration:none; font-size: 16px; font-weight:bold; color:#FFFF00; }
 a.plusminus:active  { text-decoration:none; font-size: 16px; font-weight:bold; color:#FFFF00; }

 a.navliste:link    { text-decoration:none; font-size: 12px; color:#0000BF; }
 a.navliste:visited { text-decoration:none; font-size: 12px; color:#0000BF; }
 a.navliste:hover   { text-decoration:none; font-size: 12px; font-weight:bold; color:#FFFF00; }
 a.navliste:active  { text-decoration:none; font-size: 12px; color:#FFFF00; }

h1 {font-size: 12px;}
h2 {font-size: 12px;}
h3 {font-size: 12px;}


vielleicht kann mir ja einer von euch helfen und findet eventuell den ausschlaggebenden Fehler.

Diese Nachricht wurde geändert von: uwater
  Profil   E-Mail   Editieren   Zitieren

uwater
Pixelschubser


Beiträge: 5


so forum www.traum-projekt.com war schneller sie haben den fehler gefunden lag an dem backslash das ich in ein normales slash ändern musst >> <link rel="stylesheet" href="style\style.css" type="text/css">

Diese Nachricht wurde geändert von: uwater
  Profil   E-Mail   Editieren   Zitieren

DukeXP
Quasselstrippe


Beiträge: 269


... also handelte es sich mal wieder um eine Fehldarstellung im Internet Explorer. Wenn du zukünftig von solchen Überraschungen verschont bleiben willst solltest du deine Seiten während der Entwicklungsphase in Mozilla testen.

  Profil   Editieren   Zitieren

uwater
Pixelschubser


Beiträge: 5


genau das habe ich ja befolgt, während der entwicklungsphase habe ich offline die homepage im Mozilla Browser getestet und da hat wundersamer Weise alles funktioniert. Erst Online auf dem Server stellten sich die Probleme in Mozilla zu erkennen.

  Profil   E-Mail   Editieren   Zitieren

Ehemaliges Mitglied (#1460)
Posting-Schinder


Beiträge: 614


Das lag wohl daran, dass Du Offline mit einem Windows-System getestet hast.
Kannst ja nächstes Mal Linux verwenden

  Profil   Editieren   Zitieren

uwater
Pixelschubser


Beiträge: 5


muss ich den chef nur noch davon überzeugen, ein linux system anzuschaffen. zu hause läufts noch nicht aber bald

  Profil   E-Mail   Editieren   Zitieren
 

Antworten
Nach oben