Moonlit
10-03-2003, 05:50 PM
Does anyone know the coding for the regular (default) scrollbar colors?
|
View Full Version : scrollbar Moonlit 10-03-2003, 05:50 PM Does anyone know the coding for the regular (default) scrollbar colors? elfenheroin 10-03-2003, 06:16 PM http://www.lissaexplains.com/css.shtml#css Or if you don't have any idea what that says <STYLE TYPE="text/css"> BODY { scrollbar-face-color: black; scrollbar-shadow-color: red; scrollbar-highlight-color: red; scrollbar-3dlight-color: red; scrollbar-darkshadow-color: red; scrollbar-track-color: black; scrollbar-arrow-color: black; } </STYLE> All those in bold you can change if you like toolman 10-03-2003, 06:50 PM This is useful to: http://www.websitetips.com/info/css/scrollbars.html |