<html>
<head>
<title>scrollbar</title>
<style type="text/css">
body, textarea {
background-color:#33ccff;
color:#000000;
font-family:verdana,arial,sans-serif;
scrollbar-base-color:#8C8CC6;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#ff00ff;
scrollbar-face-color:#66ffff;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#0099ff;
}
</style>
</head>
<body>
<form action="">
<textarea name="Text" cols="70" rows="100">Du kan selv skrive nogen tekst her!</textarea>
</form>
</body></html>