I know this is IE specific (and I know that's bad), but what CSS element needs changing to update the scroll bar color in a RadWindow? I know how to do it for the regular browser window... but the changes don't seem to carry over to RadWindows. Any help would be appreciated, thank you.
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 15 Dec 2009, 08:50 AM
Hello Xorcist,
The RadWindow control itself does not have and does not affect the scrollbars in any way - the control is simply a skinned, movable IFRAME and it behaves just like one. If you want to style the scrollbars of the content page, you need to add your CSS in the content page itself.