You can set colors on your Myspace scrollbars. And here are the CSS properties that you can use:
scrollbar-darkshadow-color: Sets the scroll bar dark shadow color.
scrollbar-arrow-color: Sets the scroll bar arrow color.
scrollbar-shadow-color: Sets the scroll bar shadow color.
scrollbar-3dlight-color: Sets the scroll bar 3D light color.
scrollbar-face-color: Sets the color for the scroll bar slider and the boxes that contain the scrollbar arrows.
scrollbar-highlight-color: Sets the scroll bar highlight color.
scrollbar-track-color: Sets the color for scroll bar track.
Here is a sample code to put colors in your Myspace scrollbar and these can be found in your
Myspace Layout Code:
body {
scrollbar-darkshadow-color: #ADFF2F;
scrollbar-arrow-color: #000000;
scrollbar-shadow-color: #000080;
scrollbar-3dlight-color: #FF0000;
scrollbar-face-color: #1E90FF;
scrollbar-highlight-color: #FFFF00;
scrollbar-track-color: #DA70D6;
}
Here are the
Myspace Color Codes used in the sample given above:
#ADFF2F = GreenYellow
#000000 = Black
#000080 = Navy
#FF0000 = Red
#1E90FF = DodgerBlue
#FFFF00 = Yellow