Forum Moderators: not2easy

Message Too Old, No Replies

scrollbars

         

mylungsarempty

2:04 pm on Jan 7, 2004 (gmt 0)

10+ Year Member



Is there CSS code to change the width of a scroll bar?

choster

2:17 pm on Jan 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No. The scrollbar is not part of the web page, it is part of the browser and the operating system; you cannot control its appearance at all using CSS except for its colors in Internet Explorer using Microsoft's proprietary extensions.

mylungsarempty

12:42 pm on Jan 8, 2004 (gmt 0)

10+ Year Member



in this case what are all the css codes to control the scrollbar's colors?

AWildman

1:16 pm on Jan 8, 2004 (gmt 0)

10+ Year Member



Here's an example from one of my sites:

scrollbar-3dlight-color:#ffcc00;
scrollbar-arrow-color:#660000;
scrollbar-base-color:#ffcc00;
scrollbar-track-color:#660000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#ffcc00;
scrollbar-highlight-color:#990000;
scrollbar-shadow-color:#ffcc00;