Quellcode

body { color: black; font-size: 14px; background-color: #ffffc8; }

#kasten { overflow: scroll;
top: 100px; left: 200px; width: 400px; height: 200px; margin-top: 50px; margin-left: 100px; padding: 10px; border-top: 3px solid olive; border-left: 3px solid olive; border-bottom: 3px solid olive; border-right-style: solid; border-right-width: 0;
scrollbar-arrow-color: #FFD700;
scrollbarBaseColor: #F5F5DC;
scrollbar-track-color: #8B0000;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FF0000;
scrollbar-3dlight-color: #F5F5DC;
scrollbar-darkshadow-color: #F5F5DC;
scrollbar-shadow-color: #FF0000; }