Javascripts > Misc Javascripts > Scroll Bar
Script Title: Scroll Bar
Description: Changes the scroll bar color to any thing you want.
Example: Available Copy the following code between the <BODY></BODY> tags of your html page.<STYLE type="text/css"> <!-- BODY { scrollbar-face-color: #000000; scrollbar-arrow-color: #00FF33; scrollbar-track-color: #666666; } --> </STYLE>
Copy the following code between the <BODY></BODY> tags of your html page.<STYLE type="text/css"> <!-- BODY { scrollbar-face-color: #000000; scrollbar-arrow-color: #00FF33; scrollbar-track-color: #666666; } --> </STYLE>