|
|
Author: * Hapshetsut Nebet -
10 Posts
on this thread out of
2,845 Posts
sitewide.
Date: Jan 16, 2004 - 16:11
This code has been stolen from Arachne's own front page so I can't take any credit for it whatsoever ;)
I've long wanted to change the colours of my scroll bars but haven't had a clue how to do it...until now.
< style type="text/css" >
< !--
body {
scrollbar-face-color: AF8262;
scrollbar-highlight-color: ffffff;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: 003399;
scrollbar-track-color: CA9671;
}
< /style >
|
|