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.