thommy: farbiger Scrollbalken

hallo
wie programiert man einen farbigen scrollbalken für z.b. explorer?

  1. hallo
    wie programiert man einen farbigen scrollbalken für z.b. explorer?

    hi!

    nich z.b. explorer, sondern nur für explorer:)

    http://selfhtml.teamone.de/css/eigenschaften/anzeigefenster.htm#scrollbar

    cu, buergle

  2. hallo
    wie programiert man einen farbigen scrollbalken für z.b. explorer?

    Hi hier ist reichlich Code zum testen ;-)

    <STYLE type="text/css">
    <!--
    BODY {
    scrollbar-arrow-color:#008000;
    scrollbar-face-color:#008000;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#BEBE7C;
    scrollbar-shadow-color:#808040;
    scrollbar-darkshadow-color:#36361B;
    scrollbar-track-color:#008000;
    }
    -->
    </style>

    Gruß Hunter