Hi Forumer!
Mal unter dem Aspekt ich werde heute nicht beschimpft für das Posten von Einträgen.. :-)
Also Andreas ich denke du meinst Cascading Style Sheets und du willst deine Scrollleiste einfärben oder?
Naja mach das in deinen <Head>:
<style type="text/css">
<!--
BODY {
scrollbar-base-color: #0099FF;
scrollbar-track-color: #0099FF;
scrollbar-face-color: #0099FF;
scrollbar-highlight-color: #113311;
scrollbar-3d-light-color: #00CC33;
scrollbar-darkshadow-color: #0000CC;
scrollbar-shadow-color: #00CC33;
scrollbar-arrow-color: #ccff88;
}
-->
</style>
Da kannste dann noch rumbasteln wie es dir halt passt..
mfg TOM