Click to See Complete Forum and Search --> : Is there a way to do this?


nash
03-31-2003, 05:35 PM
Tim158 gave in the 'colored scrollbars' the following code to change the scrollbars colors:

<style type="text/css">
body {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}
</style>

Is there a way to change the whole browser's colors???(having the statusbar, toolbar and the contour change colors)

:confused: