loona12
Mitglied
 

Dabei seit: 10.02.2005
Beiträge: 3.453
 |
|
Warum wird die Schrift trotz CSS nicht weiß? |
 |
Hey
Ich dachte mit CSS würde alles einfacher gehen, einfach Farbcode umändern und dann erscheint das ganze in der gewünschten farbe. Nix da...
Weiß nicht woran es liegt, vll. könnt ihr mir ja mal helfen... wäre lüb:
http://gestuett.ge.funpic.de/winter.htm die Schrift soll in weiß erscheinen!
CSS-Code:
A:link { color: #ffffff; text-decoration: none; }
A:visited { color: #444a52; text-decoration: none; }
A:hover { color: #ffffff; text-decoration: none; }
A:active { color: #444a52; text-decoration: none; }
body { background-color= #cfd2d7; }
textarea { background-color:transparent;
font-size: 8pt;
font-family : verdana;
}
font-color= #ffffff; font-family= verdana; font-size= 8pt;
.table {
font-size: 8pt;
font-family : verdana;
text-align: center;
color : #ffffff;
background: hg.jpg
border-collapse: collapse;
bordercolor: #ced4dc;
border: 1px solid #ced4dc;
}
body { scrollbar-face-color: #cfd2d7;
scrollbar-highlight-color: #cfd2d7;
scrollbar-3dlight-color: #444a52;
scrollbar-darkshadow-color: #444a52;
scrollbar-shadow-color: #444a52;
scrollbar-arrow-color: #444a52;
scrollbar-track-color: #cfd2d7; }
__________________
|
|
06.01.2007 20:07 |
|
|
Pawie

Mitglied
 

Dabei seit: 03.11.2005
Beiträge: 1.278
 |
|
Mh, das ist ja auch etwas ziemlich Komisches, was du da als CSS bezeichnest. x] (Nicht böse gemeint.) Ändere den Code in:
code: |
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:
|
A:link {
color: #ffffff;
text-decoration: none;
}
A:visited {
color: #444a52;
text-decoration: none;
}
A:hover {
color: #ffffff;
text-decoration: none;
}
A:active {
color: #444a52;
text-decoration: none;
}
body {
background-color: #cfd2d7;
color: #ffffff;
font-family: verdana;
font-size: 8pt;
}
textarea {
background-color:transparent;
font-size: 8pt;
font-family : verdana;
}
.table {
font-size: 8pt;
font-family : verdana;
text-align: center;
color : #ffffff;
background: hg.jpg
border-collapse: collapse;
bordercolor: #ced4dc;
border: 1px solid #ced4dc;
}
body {
scrollbar-face-color: #cfd2d7;
scrollbar-highlight-color: #cfd2d7;
scrollbar-3dlight-color: #444a52;
scrollbar-darkshadow-color: #444a52;
scrollbar-shadow-color: #444a52;
scrollbar-arrow-color: #444a52;
scrollbar-track-color: #cfd2d7;
} |
|
Müsste so gehen. Falls nicht, frag' einfach, stehe gerne zur Verfügung x3
|
|
06.01.2007 20:13 |
|
|
loona12
Mitglied
 

Dabei seit: 10.02.2005
Beiträge: 3.453
Themenstarter
 |
|
Hui danke, danke, danke
Und noch so schnell xD merci beaucoup!
Aber hab direkt noch ne Frage.
Ich möchte die Links natürlich jetzt auch weiß haben, also alles um geändert doch wieder tut sich nichts, selbiges mit dem tabellenhg, obwohl ich ihn schon dreimal hochgeladen hab, auch mal die datei komplett gelöscht und dann wieder hochgeladen hab. Auf meiner Festplatte ist das geänderte Bild... komisch o.O
mein cssstyle code geändert:
A:link {
color: #ffffff;
text-decoration: none;
}
A:visited {
color: #ffffff;
text-decoration: none;
}
A:hover {
color: #ffffff;
text-decoration: none;
}
A:active {
color: #ffffff;
text-decoration: none;
}
body {
background-color: #cfd2d7;
color: #ffffff;
font-family: verdana;
font-size: 8pt;
}
textarea {
background-color:transparent;
font-size: 8pt;
font-family : verdana;
}
.table {
font-size: 8pt;
font-family : verdana;
text-align: center;
color : #ffffff;
background: hg.jpg
border-collapse: collapse;
bordercolor: #ced4dc;
border: 1px solid #ced4dc;
}
body {
scrollbar-face-color: #cfd2d7;
scrollbar-highlight-color: #cfd2d7;
scrollbar-3dlight-color: #444a52;
scrollbar-darkshadow-color: #444a52;
scrollbar-shadow-color: #444a52;
scrollbar-arrow-color: #444a52;
scrollbar-track-color: #cfd2d7;
}
__________________
|
|
06.01.2007 20:29 |
|
|
Pawie

Mitglied
 

Dabei seit: 03.11.2005
Beiträge: 1.278
 |
|
Ähm, also mit den Links weiß ich nicht, das müsste eigentlich so stimmen. Aber für den Tabellen-BG: Füg' mal nach dem hg.jpg noch einen Strichpunkt (
ein. Vll. liegt's daran. ^o^
|
|
06.01.2007 20:36 |
|
|
Kopflos

ehemals almanya
 

Dabei seit: 16.04.2005
Beiträge: 2.026
 |
|
Das liegt daran, dass du im Menü angegeben hast, dass die Farbe schwarz sein soll. Wenn du das rausnimmst funktioniert auch alles.
lg, almanya
__________________
Zitat: |
Original von Myko1411
Ein Layout benötigt kein Bumm. Es benötigt Wrrrh, Mhh, Jah?, Yeah, Ohh, Ahhh, Tzzz, Pfffh, Maaan usw. |
|
|
06.01.2007 20:45 |
|
|
Impressum
|
|