Scrollbar style

Hi,

is it possible to set a custom color for the scrollbars?
I tried to use the following style on the body but the dhtmlx scrollbars don’t seem to pick it up.

body { scrollbar-arrow-color: #FFFF00; scrollbar-face-color: #FF0000; scrollbar-highlight-color: #0000FF; scrollbar-3dlight-color: #008000; scrollbar-shadow-color: #00FFFF; scrollbar-darkshadow-color: #008080; scrollbar-track-color: #FFA500; }

kind regards,
Arno Vanbeginne
Xenon54.

Internet explorer seems to accept it, but firefox doesn’t seem to.

You use styles which work only in IE. There are simple html styles for html elements. They don’t treat to our components.