<style type="text/css"> html{scrollbar-face-color:orange;} body{scrollbar-face-color:red;} textarea{scrollbar-face-color:blue;} div{ scrollbar-face-color:green; overflow:scroll; width:200px;height:150px; border:1px solid red; } </style> ... <body> <form action="formular.php"> <textarea rows="10" cols="40"> Beispieltext </textarea> </form> <div>div-Container</div>