This is my script.
<style type="text/css">
BODY {
scrollbar-base-color:#A4A382;
scrollbar-track-color:#A4A382;
scrollbar-face-color:#A4A382;
scrollbar-highlight-color:#A4A382;
scrollbar-3d-light-color:#A4A382;
scrollbar-dark-shadow-color:#A4A382;
scrollbar-shadow-color:#A4A382;
scrollbar-arrow-color:#000000;
}
</style>
The background color is #A4A382 and I wan’t nothing to show up except the arrow, but I end up with this. Is there anyway to get rid of these other lines.