Is there a way to do this?

liunx

Guest
Tim158 gave in the 'colored scrollbars' the following code to change the scrollbars colors:<br />
<br />
<style type="text/css"> <br />
body { <br />
scrollbar-face-color: #000000; <br />
scrollbar-highlight-color: #000000; <br />
scrollbar-shadow-color: #000000; <br />
scrollbar-3dlight-color: #000000; <br />
scrollbar-arrow-color: #000000; <br />
scrollbar-track-color: #000000; <br />
scrollbar-darkshadow-color: #000000; <br />
} <br />
</style> <br />
<br />
Is there a way to change the whole browser's colors???(having the statusbar, toolbar and the contour change colors)<br />
<br />
:confused:<!--content-->
 
Back
Top