|
|
ilch Text Manager
| Menü: zurück zum Hauptmenü / Codeschnipsel eintragen / zurück
|
| Scrollbarfarben ändern |
| Code | 0: 1: 2: 3: 4: 5: 6: 7: 8: 9:
|
<STYLE>BODY {
scrollbar-face-color: red;
SCROLLBAR-TRACK-COLOR: blue;
scrollbar-arrow-color: black;
scrollbar-base-color: #ffff33;
scrollbar-shadow-color : #33cc99;
SCROLLBAR-3DLIGHT-COLOR: #ff33ff;
SCROLLBAR-DARKSHADOW-COLOR: #33ffff;
scrollbar-highlight-color: white;
} </STYLE>
|
|
Geschrieben von Freshmaker_01
zurück
|
|
|
| |