Supportnet / Forum / Webseiten/HTML
Scrollbalken farbig machen
Frage
wie kann man scrollbaken färebn hat da jemand ein befehl dazu?
Antwort 1 von scooter
das geht ganz einfach. Nur diese Angaben <STYLE>
.TA {scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-base-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:}
</STYLE>
in den head einfügen und die Farben ändern. Da kannst du es mal testen.
http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm
.TA {scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-base-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:}
</STYLE>
in den head einfügen und die Farben ändern. Da kannst du es mal testen.
http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm

