Scrollbalken ändern

Status
Nicht offen für weitere Antworten.
Das muss in den head:

Code:
<style type="text/css">
body {
  scrollbar-face-color: #6B9CCE;
  scrollbar-shadow-color: #6B9CCE;
  scrollbar-highlight-color: #6B9CCE;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #FFD694
}
</style>
 
nur als Hinweis: dies funktioniert erst mit IE ab Version 5.5 !!!!!!!!

also bevor Fragen kommen ;)

Gruß
Dunsti
 
Status
Nicht offen für weitere Antworten.
Zurück