Steffen: Scrollbars

Beitrag lesen

Hallo liebe Leute!

habe ein Problem mit der CSS formatierung von Scrollbars:

CSS Datei:
body,td
{
 font-family:verdana;
 color:#ffffff;
 font-size:12px;
 text-decoration:none;
 scrollbar-base-color:#000000;
  scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#000000;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#000000;

}

Leider ändern sich meine Scrollbars nicht!!! Was mache ich falsch? Vielen Dank für eure Antworten,

Steffen