I\'ve got a client with an HTML page with a couple of scrolling divs with text content. She\'s using a heavily image-based design so the default scroll bars don\'t suit it a
Its kind of possible.
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #808080;
scrollbar-darkshadow-color: #000000;
}
Note:: It may not work if you have specified an XHTML Doctype!!