Sören Vogelsang: Scrollleiste funktioniert nicht

Beitrag lesen

Hallöchen

Es klappt auf der Unterseite bard'n'Roll (bei Projekte) die Scrollleiste nicht, obwohl ich im body tag in meiner CSS Datei den Punkt scroll: auf auto gesetzt habe....
Woran kann das liegen?

Ich öffne meine Seite durch einen link der die Fensterhöhe/Breite und Position bestimmt (siehe hutgeld.de)

meine CSS Datei sieht folgendermaßen aus:

a:link {
 color: #FF9900;
 text-decoration:none
}

a:visited {
  color: #FF9900;
  text-decoration:none
}

a:hover {
 color: #FF3300;
 text-decoration:none
}

a:active {
 color: #FFCC00;
  text-decoration:none
}

#all p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 line-height: normal;
 font-weight: normal;
 color: #FF9900;
 background-color: #333333;
 word-spacing: normal;
 margin-right: 10px;
}

Scrollbar {
scrollbar-face-color:#666666;
scrollbar-arrow-color:#FF9900;
scrollbar-base-color:#333333;
scrollbar-darkshadow-color:#333333;
scrollbar-track-color:#FF9900;
scrollbar-highlight-color:#999999;
scrollbar-shadow-color:#333333;

}

body {
 background-color: #333333;
}

.stil1 {
 color: #FF9900;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bolder;
}