[gw] bigBENNE: Farbige Scrollsbars in einem IFrame

Beitrag lesen

<style type="text/css">
<!--
iframe {scrollbar-face-color: rgb(255,96,0);
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-3dlight-color: rgb(255,96,0);
scrollbar-arrow-color: rgb(255,255,255);
scrollbar-track-color: white;
scrollbar-darkshadow-color: rgb(255,96,0);}
//-->
</style>

Erstmal würd ich sagen, nehm hexadezimal-zahlen, und kein RGB system, sondern #RRGGBB

Außerdem ist das

iframe {scrollbar-face-color: rgb(255,96,0);

unnötig, du musst die Style-Datei oder den Abschnitt in die Datei im I-Frame einfügen, so weit ich weiß!!!