I downloaded a template, planning to completely edit it. However, in the main frame, if you write more than a certain amount, a scrollbar appears. the page colour theme is black/white/grey, so I need to change the colour of the scrollbar.
I tried using...which I found online, but it appears this is only for the edge scrollbar -->.Code:<style type="text/css"> body,html { scrollbar-arrow-color: red; scrollbar-base-color: #1C4764; scrollbar-dark-shadow-color: blue; scrollbar-3dlight-color:white; scrollbar-face-color: #1F5171; scrollbar-highlight-color: blue; scrollbar-shadow-color: blue; scrollbar-darkshadow-color: yellow; } </style>
Is it possible to change the colours? How?
Thanks in advance,
-Amos
btw, the page is multiple frames (edges, bottom, main, menu...)




Reply With Quote

Bookmarks