Scroll Bar Background Color
This parameter will set the background color of the vertical and horizontal scroll bars.
The scroll bar background color parameter is made up of three elements each separated by a | character. The three elements represent the RED, GREEN and BLUE components of the color. Each color element can range from 0 to 255.
Example
This example will set the scroll bar background color to green.
<param
name="scrollBarBgColor" value="0|255|0">
Default
If this parameter is not present then a default color of "150|150|150" (grey)
is assumed.
For more information on defining colors click here.