CSS Scrollbalken |
Startpost-Retter
Mitglied
 
Dabei seit: 24.01.2011
Beiträge: 12.246
Herkunft: Gegen Bilderklau, intern
 |
|
Hallo,
ich habe folgenden Css-code in meiner Datei, doch leider wird der Scrollbalken noch immer nicht in der angegebenen Farbe angezeigt.
Liegt das an Bplaced?
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:
|
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #D8E4CB;
scrollbar-3dlight-color: #80A46A;
scrollbar-arrow-color: #D8E4CB
scrollbar-darkshadow-color: #80A46A;
scrollbar-face-color: #80A46A;
scrollbar-highlight-color: #80A46A;
scrollbar-shadow-color: #80A46A;
scrollbar-track-color: #80A46A;
}
H1 { font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
text-align: center;
padding: 2;
border-top: none;
border-bottom: solid #D8E4CB 1px;
border-bottom-style: dashed;
border-left: none;
border-right: none; }
a:link {color:#D8E4CB; text-decoration:none}
a:visited {color:#D8E4CB; text-decoration:none}
a:active {color:#B4CB9A; text-decoration:none}
a:hover {color:#D8E4CB; text-decoration:none;font-weight:bold; }
=-->
</style> |
|
__________________ Dieser Beitrag gehörte zu einer Löschaktion von Beiträgen eines Users, er wurde diesem User überschrieben, damit der Thread nicht an Sinn verliert.
|
|
12.02.2009 18:27 |
|
|
.chilli

Ewoks *yubnub*
 

Dabei seit: 12.02.2005
Beiträge: 4.369
Herkunft: S-H
 |
|
Da fehlte ein ; - habs mal ausgebessert
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:
|
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #D8E4CB;
scrollbar-3dlight-color: #80A46A;
scrollbar-arrow-color: #D8E4CB;
scrollbar-darkshadow-color: #80A46A;
scrollbar-face-color: #80A46A;
scrollbar-highlight-color: #80A46A;
scrollbar-shadow-color: #80A46A;
scrollbar-track-color: #80A46A;
}
H1 { font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
text-align: center;
padding: 2;
border-top: none;
border-bottom: solid #D8E4CB 1px;
border-bottom-style: dashed;
border-left: none;
border-right: none; }
a:link {color:#D8E4CB; text-decoration:none}
a:visited {color:#D8E4CB; text-decoration:none}
a:active {color:#B4CB9A; text-decoration:none}
a:hover {color:#D8E4CB; text-decoration:none;font-weight:bold; }
=-->
</style> |
|
|
|
12.02.2009 21:00 |
|
|
1Sm!le

Mitglied
 

Dabei seit: 05.03.2005
Beiträge: 441
Herkunft: Berlin
 |
|
Die Befehle funktionieren nur in Internet Explorern ...
__________________
|
|
12.02.2009 22:48 |
|
|
.chilli

Ewoks *yubnub*
 

Dabei seit: 12.02.2005
Beiträge: 4.369
Herkunft: S-H
 |
|
Vll. klappts, wenn du hinter die letzten Angaben in den {} mit ; abschließt. Ist das einzige, was mir noch einfällt XD
|
|
12.02.2009 22:59 |
|
|
|
Impressum
|