farbiger Scrollbalken
thommy
- browser
hallo
wie programiert man einen farbigen scrollbalken für z.b. explorer?
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
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