View Full Version : Scroll Bar
ssskaya
02-13-2003, 12:58 AM
how can the scroll bar's format (color, shape and everything) be modified?
Thanks!
Like so:
http://www.blooberry.com/indexdot/css/properties/scrollbar.htm#diagram
Also see:
http://www.w3.org/Style/Examples/007/scrollbars.html :D
cg9com
02-13-2003, 02:22 AM
keep in mind its not actually valid css, but its still neat anyway :thumbsup:
relyt
02-13-2003, 03:21 AM
i use this one:
<Style>
<!--
BODY {
scrollbar-face-color: #DCE0E2;
scrollbar-shadow-color: #687888;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #687888;
scrollbar-darkshadow-color: #DCE0E2;
scrollbar-track-color: #BCBFC0;
scrollbar-arrow-color: #6E7E88;
}
-->
</style>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.