id: 4
Category: CSS
Rated: ---
** Please note: While many people like to change the color of their scrollbars, this is not valid CSS! It's only visible in Internet Explorer.
In order to make a scrollbar first you must know each part of it:

Now we can start the code. First we need to add the basic <style type="text/css"> without this our code wont work.
Now we add the other elements in this code(ex.track, face, etc...)
So we need to write body and { so far our code should look like this:
<style type="text/css">
body {
scrollbar-face-color: #ff0000;
scrollbar-shadow-color: #ff0000;
scrollbar-Darkshadow-color: #ff0000;
scrollbar-highlight-color: #ff0000;
scrollbar-3dlight-color: #ff0000;
scrollbar-track-color: #ff0000;
scrollbar-arrow-color: #000000;
<style type="text/css">
body {
scrollbar-face-color: #ff0000;
scrollbar-shadow-color: #ff0000;
scrollbar-Darkshadow-color: #ff0000;
scrollbar-highlight-color: #ff0000;
scrollbar-3dlight-color: #ff0000;
scrollbar-track-color: #ff0000;
scrollbar-arrow-color: #000000;
<style type="text/css">
body {
scrollbar-face-color: #ff0000;
scrollbar-shadow-color: #ff0000;
scrollbar-Darkshadow-color: #ff0000;
scrollbar-highlight-color: #ff0000;
scrollbar-3dlight-color: #ff0000;
scrollbar-track-color: #ff0000;
scrollbar-arrow-color: #000000;
}
</style>


